#76B816

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

Shades of Lima #76B816

Tints of Lima #76B816

Color information

#76B816 (or 0x76B816) is unknown color: approx Lima. HEX triplet: 76, B8 and 16. RGB value is (118,184,22). Sum of RGB (Red+Green+Blue) = 118+184+22=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #76B816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B816 is #8947E9. Grayscale: #929292. Windows color (decimal): -8996842 or 1489014. OLE color: 1489014.

HSL color Cylindrical-coordinate representation of color #76B816: hue angle of 84.44º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76B816 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB11818422-
CMYK0.3600.880.28
HSL84.44º78.64%40.39%-
HSV(B)84.44º88.04%72.16%-
XYZ24.7638.196.83-
YUV145.858.13108.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 184 (72.27% from 255) = 56.79%
BLUE value IS 22 (8.98% from 255) = 6.79%
R=36.42%
G=56.79%
B=6.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118184220.3600.880.2884.4478.6440.39
Hex76B816240581C544f28
Octal166270264401303412411750
Binary11101101011100010110100100010110001110010101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,184,22); }

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

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

 a { background-color: rgb(118,184,22); }

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

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

 span { border-color: rgb(118,184,22); }

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