#76BB36

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

Shades of Lima #76BB36

Tints of Lima #76BB36

Color information

#76BB36 (or 0x76BB36) is unknown color: approx Lima. HEX triplet: 76, BB and 36. RGB value is (118,187,54). Sum of RGB (Red+Green+Blue) = 118+187+54=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB36 is #8944C9. Grayscale: #979797. Windows color (decimal): -8996042 or 3586934. OLE color: 3586934.

HSL color Cylindrical-coordinate representation of color #76BB36: hue angle of 91.13º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76BB36 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB11818754-
CMYK0.3700.710.27
HSL91.13º55.19%47.25%-
HSV(B)91.13º71.12%73.33%-
XYZ25.9139.669.78-
YUV151.2173.14104.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 187 (73.44% from 255) = 52.09%
BLUE value IS 54 (21.48% from 255) = 15.04%
R=32.87%
G=52.09%
B=15.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118187540.3700.710.2791.1355.1947.25
Hex76BB36250471B5b372f
Octal16627366450107331336757
Binary11101101011101111011010010101000111110111011011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,54); }

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

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

 a { background-color: rgb(118,187,54); }

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

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

 span { border-color: rgb(118,187,54); }

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