#76A224

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

Shades of Lima #76A224

Tints of Lima #76A224

Color information

#76A224 (or 0x76A224) is unknown color: approx Lima. HEX triplet: 76, A2 and 24. RGB value is (118,162,36). Sum of RGB (Red+Green+Blue) = 118+162+36=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #76A224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A224 is #895DDB. Grayscale: #868686. Windows color (decimal): -9002460 or 2400886. OLE color: 2400886.

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

Color convert

RGB11816236-
CMYK0.2700.780.36
HSL80.95º63.64%38.82%-
HSV(B)80.95º77.78%63.53%-
XYZ20.7129.826.33-
YUV134.4872.42116.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 162 (63.67% from 255) = 51.27%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=37.34%
G=51.27%
B=11.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162360.2700.780.3680.9563.6438.82
Hex76A2241B04E24514027
Octal166242443301164412110047
Binary111011010100010100100110110100111010010010100011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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