#76A237

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

Shades of Sushi #76A237

Tints of Sushi #76A237

Color information

#76A237 (or 0x76A237) is unknown color: approx Sushi. HEX triplet: 76, A2 and 37. RGB value is (118,162,55). Sum of RGB (Red+Green+Blue) = 118+162+55=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #76A237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A237 is #895DC8. Grayscale: #898989. Windows color (decimal): -9002441 or 3646070. OLE color: 3646070.

HSL color Cylindrical-coordinate representation of color #76A237: hue angle of 84.67º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76A237 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB11816255-
CMYK0.2700.660.36
HSL84.67º49.31%42.55%-
HSV(B)84.67º66.05%63.53%-
XYZ21.0829.978.29-
YUV136.6581.92114.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=35.22%
G=48.36%
B=16.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162550.2700.660.3684.6749.3142.55
Hex76A2371B0422455312b
Octal16624267330102441256153
Binary11101101010001011011111011010000101001001010101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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