#769936

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

Shades of Sushi #769936

Tints of Sushi #769936

Color information

#769936 (or 0x769936) is unknown color: approx Sushi. HEX triplet: 76, 99 and 36. RGB value is (118,153,54). Sum of RGB (Red+Green+Blue) = 118+153+54=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #769936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769936 is #8966C9. Grayscale: #838383. Windows color (decimal): -9004746 or 3578230. OLE color: 3578230.

HSL color Cylindrical-coordinate representation of color #769936: hue angle of 81.21º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #769936 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB11815354-
CMYK0.2300.650.4
HSL81.21º47.83%40.59%-
HSV(B)81.21º64.71%60%-
XYZ19.5326.97.65-
YUV131.2584.4118.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 54 (21.48% from 255) = 16.62%
R=36.31%
G=47.08%
B=16.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153540.2300.650.481.2147.8340.59
Hex7699361704128513029
Octal16623166270101501216051
Binary11101101001100111011010111010000011010001010001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769936; }

 p { color: rgb(118,153,54); }

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

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

 a { background-color: rgb(118,153,54); }

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

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

 span { border-color: rgb(118,153,54); }

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