#7AAF32

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

Shades of Lima #7AAF32

Tints of Lima #7AAF32

Color information

#7AAF32 (or 0x7AAF32) is unknown color: approx Lima. HEX triplet: 7A, AF and 32. RGB value is (122,175,50). Sum of RGB (Red+Green+Blue) = 122+175+50=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF32 is #8550CD. Grayscale: #919191. Windows color (decimal): -8736974 or 3321722. OLE color: 3321722.

HSL color Cylindrical-coordinate representation of color #7AAF32: hue angle of 85.44º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AAF32 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB12217550-
CMYK0.3000.710.31
HSL85.44º55.56%44.12%-
HSV(B)85.44º71.43%68.63%-
XYZ23.9335.038.52-
YUV144.974.44111.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 50 (19.92% from 255) = 14.41%
R=35.16%
G=50.43%
B=14.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122175500.3000.710.3185.4455.5644.12
Hex7AAF321E0471F55382c
Octal17225762360107371257054
Binary1111010101011111100101111001000111111111010101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,50); }

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

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

 a { background-color: rgb(122,175,50); }

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

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

 span { border-color: rgb(122,175,50); }

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