#76B32C

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

Shades of Lima #76B32C

Tints of Lima #76B32C

Color information

#76B32C (or 0x76B32C) is unknown color: approx Lima. HEX triplet: 76, B3 and 2C. RGB value is (118,179,44). Sum of RGB (Red+Green+Blue) = 118+179+44=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #76B32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B32C is #894CD3. Grayscale: #919191. Windows color (decimal): -8998100 or 2929526. OLE color: 2929526.

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

Color convert

RGB11817944-
CMYK0.3400.750.30
HSL87.11º60.54%43.73%-
HSV(B)87.11º75.42%70.2%-
XYZ24.0536.278.12-
YUV145.3770.79108.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 179 (70.31% from 255) = 52.49%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=34.60%
G=52.49%
B=12.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118179440.3400.750.3087.1160.5443.73
Hex76B32C2204B1E573d2c
Octal16626354420113361277554
Binary11101101011001110110010001001001011111101010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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