#76B924

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

Shades of Lima #76B924

Tints of Lima #76B924

Color information

#76B924 (or 0x76B924) is unknown color: approx Lima. HEX triplet: 76, B9 and 24. RGB value is (118,185,36). Sum of RGB (Red+Green+Blue) = 118+185+36=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #76B924 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B924 is #8946DB. Grayscale: #949494. Windows color (decimal): -8996572 or 2406774. OLE color: 2406774.

HSL color Cylindrical-coordinate representation of color #76B924: hue angle of 86.98º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76B924 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB11818536-
CMYK0.3600.810.27
HSL86.98º67.42%43.33%-
HSV(B)86.98º80.54%72.55%-
XYZ25.1438.687.81-
YUV147.9864.8106.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 185 (72.66% from 255) = 54.57%
BLUE value IS 36 (14.45% from 255) = 10.62%
R=34.81%
G=54.57%
B=10.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118185360.3600.810.2786.9867.4243.33
Hex76B924240511B57432b
Octal166271444401213312710353
Binary111011010111001100100100100010100011101110101111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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