#76a928

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

Shades of Lima #76A928

Tints of Lima #76A928

Color information

#76A928 (or 0x76A928) is unknown color: approx Lima. HEX triplet: 76, A9 and 28. RGB value is (118,169,40). Sum of RGB (Red+Green+Blue) = 118+169+40=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #76A928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A928 is #8956D7. Grayscale: #8B8B8B. Windows color (decimal): -9000664 or 2664822. OLE color: 2664822.

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

Color convert

RGB11816940-
CMYK0.3000.760.34
HSL83.72º61.72%40.98%-
HSV(B)83.72º76.33%66.27%-
XYZ22.0432.387.1-
YUV139.0472.1112.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 169 (66.41% from 255) = 51.68%
BLUE value IS 40 (16.02% from 255) = 12.23%
R=36.09%
G=51.68%
B=12.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118169400.3000.760.3483.7261.7240.98
Hex76A9281E04C22543e29
Octal16625150360114421247651
Binary11101101010100110100011110010011001000101010100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,169,40); }

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

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

 a { background-color: rgb(118,169,40); }

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

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

 span { border-color: rgb(118,169,40); }

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