#76A92A

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

Shades of Lima #76A92A

Tints of Lima #76A92A

Color information

#76A92A (or 0x76A92A) is unknown color: approx Lima. HEX triplet: 76, A9 and 2A. RGB value is (118,169,42). Sum of RGB (Red+Green+Blue) = 118+169+42=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #76A92A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A92A is #8956D5. Grayscale: #8B8B8B. Windows color (decimal): -9000662 or 2795894. OLE color: 2795894.

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

Color convert

RGB11816942-
CMYK0.3000.750.34
HSL84.09º60.19%41.37%-
HSV(B)84.09º75.15%66.27%-
XYZ22.0832.397.28-
YUV139.2773.1112.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 169 (66.41% from 255) = 51.37%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=35.87%
G=51.37%
B=12.77%

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
Decimal118169420.3000.750.3484.0960.1941.37
Hex76A92A1E04B22543c29
Octal16625152360113421247451
Binary11101101010100110101011110010010111000101010100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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