#7A9F20

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

Shades of Lima #7A9F20

Tints of Lima #7A9F20

Color information

#7A9F20 (or 0x7A9F20) is unknown color: approx Lima. HEX triplet: 7A, 9F and 20. RGB value is (122,159,32). Sum of RGB (Red+Green+Blue) = 122+159+32=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9F20 is #8560DF. Grayscale: #858585. Windows color (decimal): -8741088 or 2137978. OLE color: 2137978.

HSL color Cylindrical-coordinate representation of color #7A9F20: hue angle of 77.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A9F20 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB12215932-
CMYK0.2300.800.38
HSL77.48º66.49%37.45%-
HSV(B)77.48º79.87%62.35%-
XYZ20.6829.045.88-
YUV133.4670.74119.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 159 (62.5% from 255) = 50.80%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=38.98%
G=50.80%
B=10.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122159320.2300.800.3877.4866.4937.45
Hex7A9F2017050264d4225
Octal172237402701204611510245
Binary111101010011111100000101110101000010011010011011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9F20; }

 p { color: rgb(122,159,32); }

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

<style>
 a { background-color: #7A9F20; }

 a { background-color: rgb(122,159,32); }

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

<style>
 span { border-color: #7A9F20; }

 span { border-color: rgb(122,159,32); }

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