#769C26

Color #769C26 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #769C26

Tints of Sushi #769C26

Color information

#769C26 (or 0x769C26) is unknown color: approx Sushi. HEX triplet: 76, 9C and 26. RGB value is (118,156,38). Sum of RGB (Red+Green+Blue) = 118+156+38=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #769C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C26 is #8963D9. Grayscale: #838383. Windows color (decimal): -9003994 or 2530422. OLE color: 2530422.

HSL color Cylindrical-coordinate representation of color #769C26: hue angle of 79.32º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769C26 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB11815638-
CMYK0.2400.760.39
HSL79.32º60.82%38.04%-
HSV(B)79.32º75.64%61.18%-
XYZ19.7127.776.15-
YUV131.1975.41118.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 156 (61.33% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=37.82%
G=50%
B=12.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118156380.2400.760.3979.3260.8238.04
Hex769C261804C274f3d26
Octal16623446300114471177546
Binary11101101001110010011011000010011001001111001111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769C26; }

 p { color: rgb(118,156,38); }

 H1.HeaderClassName
 {
   color: #769C26;
 }
 .AnyTagClassName
 {
   color: #769C26;
 }
</style>
background-color css

<style>
 a { background-color: #769C26; }

 a { background-color: rgb(118,156,38); }

 div.DivClassName
 {
   background-color: #769C26;
 }
 .BgClassName
 {
   background-color: #769C26;
 }
</style>
border-color css

<style>
 span { border-color: #769C26; }

 span { border-color: rgb(118,156,38); }

 td.TdClassName
 {
   border-color: #769C26;
 }
 .TagClassName
 {
   border-color: #769C26;
 }
</style>