#76A727

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

Shades of Lima #76A727

Tints of Lima #76A727

Color information

#76A727 (or 0x76A727) is unknown color: approx Lima. HEX triplet: 76, A7 and 27. RGB value is (118,167,39). Sum of RGB (Red+Green+Blue) = 118+167+39=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #76A727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A727 is #8958D8. Grayscale: #8A8A8A. Windows color (decimal): -9001177 or 2598774. OLE color: 2598774.

HSL color Cylindrical-coordinate representation of color #76A727: hue angle of 82.97º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76A727 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB11816739-
CMYK0.2900.770.35
HSL82.97º62.14%40.39%-
HSV(B)82.97º76.65%65.49%-
XYZ21.6631.646.88-
YUV137.7672.27113.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 167 (65.62% from 255) = 51.54%
BLUE value IS 39 (15.62% from 255) = 12.04%
R=36.42%
G=51.54%
B=12.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167390.2900.770.3582.9762.1440.39
Hex76A7271D04D23533e28
Octal16624747350115431237650
Binary11101101010011110011111101010011011000111010011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,39); }

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

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

 a { background-color: rgb(118,167,39); }

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

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

 span { border-color: rgb(118,167,39); }

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