#76BA2F

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

Shades of Lima #76BA2F

Tints of Lima #76BA2F

Color information

#76BA2F (or 0x76BA2F) is unknown color: approx Lima. HEX triplet: 76, BA and 2F. RGB value is (118,186,47). Sum of RGB (Red+Green+Blue) = 118+186+47=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA2F is #8945D0. Grayscale: #969696. Windows color (decimal): -8996305 or 3127926. OLE color: 3127926.

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

Color convert

RGB11818647-
CMYK0.3700.750.27
HSL89.35º59.66%45.69%-
HSV(B)89.35º74.73%72.94%-
XYZ25.5439.178.9-
YUV149.8269.97105.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 186 (73.05% from 255) = 52.99%
BLUE value IS 47 (18.75% from 255) = 13.39%
R=33.62%
G=52.99%
B=13.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118186470.3700.750.2789.3559.6645.69
Hex76BA2F2504B1B593c2e
Octal16627257450113331317456
Binary11101101011101010111110010101001011110111011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,47); }

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

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

 a { background-color: rgb(118,186,47); }

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

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

 span { border-color: rgb(118,186,47); }

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