#76B617

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

Shades of Lima #76B617

Tints of Lima #76B617

Color information

#76B617 (or 0x76B617) is unknown color: approx Lima. HEX triplet: 76, B6 and 17. RGB value is (118,182,23). Sum of RGB (Red+Green+Blue) = 118+182+23=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #76B617 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B617 is #8949E8. Grayscale: #919191. Windows color (decimal): -8997353 or 1554038. OLE color: 1554038.

HSL color Cylindrical-coordinate representation of color #76B617: hue angle of 84.15º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76B617 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB11818223-
CMYK0.3500.870.29
HSL84.15º77.56%40.2%-
HSV(B)84.15º87.36%71.37%-
XYZ24.3537.376.74-
YUV144.7459.3108.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 23 (9.38% from 255) = 7.12%
R=36.53%
G=56.35%
B=7.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118182230.3500.870.2984.1577.5640.2
Hex76B617230571D544e28
Octal166266274301273512411650
Binary11101101011011010111100011010101111110110101001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,182,23); }

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

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

 a { background-color: rgb(118,182,23); }

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

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

 span { border-color: rgb(118,182,23); }

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