#76B320

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

Shades of Lima #76B320

Tints of Lima #76B320

Color information

#76B320 (or 0x76B320) is unknown color: approx Lima. HEX triplet: 76, B3 and 20. RGB value is (118,179,32). Sum of RGB (Red+Green+Blue) = 118+179+32=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #76B320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B320 is #894CDF. Grayscale: #909090. Windows color (decimal): -8998112 or 2143094. OLE color: 2143094.

HSL color Cylindrical-coordinate representation of color #76B320: hue angle of 84.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76B320 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB11817932-
CMYK0.3400.820.30
HSL84.9º69.67%41.37%-
HSV(B)84.9º82.12%70.2%-
XYZ23.8536.27.1-
YUV14464.79109.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 179 (70.31% from 255) = 54.41%
BLUE value IS 32 (12.89% from 255) = 9.73%
R=35.87%
G=54.41%
B=9.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118179320.3400.820.3084.969.6741.37
Hex76B320220521E554629
Octal166263404201223612510651
Binary111011010110011100000100010010100101111010101011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,179,32); }

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

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

 a { background-color: rgb(118,179,32); }

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

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

 span { border-color: rgb(118,179,32); }

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