#76B718

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

Shades of Lima #76B718

Tints of Lima #76B718

Color information

#76B718 (or 0x76B718) is unknown color: approx Lima. HEX triplet: 76, B7 and 18. RGB value is (118,183,24). Sum of RGB (Red+Green+Blue) = 118+183+24=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #76B718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B718 is #8948E7. Grayscale: #929292. Windows color (decimal): -8997096 or 1619830. OLE color: 1619830.

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

Color convert

RGB11818324-
CMYK0.3600.870.28
HSL84.53º76.81%40.59%-
HSV(B)84.53º86.89%71.76%-
XYZ24.5737.786.86-
YUV145.4459.47108.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 183 (71.88% from 255) = 56.31%
BLUE value IS 24 (9.77% from 255) = 7.38%
R=36.31%
G=56.31%
B=7.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118183240.3600.870.2884.5376.8140.59
Hex76B718240571C554d29
Octal166267304401273412511551
Binary11101101011011111000100100010101111110010101011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,24); }

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

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

 a { background-color: rgb(118,183,24); }

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

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

 span { border-color: rgb(118,183,24); }

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