#76a92b

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

Shades of Lima #76A92B

Tints of Lima #76A92B

Color information

#76A92B (or 0x76A92B) is unknown color: approx Lima. HEX triplet: 76, A9 and 2B. RGB value is (118,169,43). Sum of RGB (Red+Green+Blue) = 118+169+43=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #76A92B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A92B is #8956D4. Grayscale: #8B8B8B. Windows color (decimal): -9000661 or 2861430. OLE color: 2861430.

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

Color convert

RGB11816943-
CMYK0.3000.750.34
HSL84.29º59.43%41.57%-
HSV(B)84.29º74.56%66.27%-
XYZ22.132.47.38-
YUV139.3973.6112.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=35.76%
G=51.21%
B=13.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118169430.3000.750.3484.2959.4341.57
Hex76A92B1E04B22543b2a
Octal16625153360113421247352
Binary11101101010100110101111110010010111000101010100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a92b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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