#769928

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

Shades of Sushi #769928

Tints of Sushi #769928

Color information

#769928 (or 0x769928) is unknown color: approx Sushi. HEX triplet: 76, 99 and 28. RGB value is (118,153,40). Sum of RGB (Red+Green+Blue) = 118+153+40=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #769928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769928 is #8966D7. Grayscale: #828282. Windows color (decimal): -9004760 or 2660726. OLE color: 2660726.

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

Color convert

RGB11815340-
CMYK0.2300.740.4
HSL78.58º58.55%37.84%-
HSV(B)78.58º73.86%60%-
XYZ19.2526.796.16-
YUV129.6577.4119.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 40 (16.02% from 255) = 12.86%
R=37.94%
G=49.20%
B=12.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153400.2300.740.478.5858.5537.84
Hex7699281704A284f3b26
Octal16623150270112501177346
Binary11101101001100110100010111010010101010001001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769928; }

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

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

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

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

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

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

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

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