#AAAF4F

Color #AAAF4F Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AAAF4F

Tints of Olive Green #AAAF4F

Color information

#AAAF4F (or 0xAAAF4F) is unknown color: approx Olive Green. HEX triplet: AA, AF and 4F. RGB value is (170,175,79). Sum of RGB (Red+Green+Blue) = 170+175+79=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF4F is #5550B0. Grayscale: #A2A2A2. Windows color (decimal): -5591217 or 5222314. OLE color: 5222314.

HSL color Cylindrical-coordinate representation of color #AAAF4F: hue angle of 63.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAAF4F is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17017579-
CMYK0.0300.550.31
HSL63.12º37.8%49.8%-
HSV(B)63.12º54.86%68.63%-
XYZ33.3239.7713.32-
YUV162.5680.84133.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=40.09%
G=41.27%
B=18.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175790.0300.550.3163.1237.849.8
HexAAAF4F30371F3f2632
Octal252257117306737774662
Binary1010101010101111100111111011011111111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF4F; }

 p { color: rgb(170,175,79); }

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

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

 a { background-color: rgb(170,175,79); }

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

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

 span { border-color: rgb(170,175,79); }

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