#76AA39

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

Shades of Sushi #76AA39

Tints of Sushi #76AA39

Color information

#76AA39 (or 0x76AA39) is unknown color: approx Sushi. HEX triplet: 76, AA and 39. RGB value is (118,170,57). Sum of RGB (Red+Green+Blue) = 118+170+57=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA39 is #8955C6. Grayscale: #8D8D8D. Windows color (decimal): -9000391 or 3779190. OLE color: 3779190.

HSL color Cylindrical-coordinate representation of color #76AA39: hue angle of 87.61º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76AA39 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB11817057-
CMYK0.3100.660.33
HSL87.61º49.78%44.51%-
HSV(B)87.61º66.47%66.67%-
XYZ22.5832.99.03-
YUV141.5780.27111.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 170 (66.80% from 255) = 49.28%
BLUE value IS 57 (22.66% from 255) = 16.52%
R=34.20%
G=49.28%
B=16.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170570.3100.660.3387.6149.7844.51
Hex76AA391F0422158322d
Octal16625271370102411306255
Binary11101101010101011100111111010000101000011011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AA39; }

 p { color: rgb(118,170,57); }

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

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

 a { background-color: rgb(118,170,57); }

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

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

 span { border-color: rgb(118,170,57); }

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