#76A037

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

Shades of Sushi #76A037

Tints of Sushi #76A037

Color information

#76A037 (or 0x76A037) is unknown color: approx Sushi. HEX triplet: 76, A0 and 37. RGB value is (118,160,55). Sum of RGB (Red+Green+Blue) = 118+160+55=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #76A037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A037 is #895FC8. Grayscale: #878787. Windows color (decimal): -9002953 or 3645558. OLE color: 3645558.

HSL color Cylindrical-coordinate representation of color #76A037: hue angle of 84º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76A037 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB11816055-
CMYK0.2600.660.37
HSL84º48.84%42.16%-
HSV(B)84º65.62%62.75%-
XYZ20.7329.278.17-
YUV135.4782.59115.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 160 (62.89% from 255) = 48.05%
BLUE value IS 55 (21.88% from 255) = 16.52%
R=35.44%
G=48.05%
B=16.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118160550.2600.660.378448.8442.16
Hex76A0371A0422554312a
Octal16624067320102451246152
Binary11101101010000011011111010010000101001011010100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,160,55); }

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

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

 a { background-color: rgb(118,160,55); }

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

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

 span { border-color: rgb(118,160,55); }

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