#AAA94F

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

Shades of Olive Green #AAA94F

Tints of Olive Green #AAA94F

Color information

#AAA94F (or 0xAAA94F) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 4F. RGB value is (170,169,79). Sum of RGB (Red+Green+Blue) = 170+169+79=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA94F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA94F is #5556B0. Grayscale: #9F9F9F. Windows color (decimal): -5592753 or 5220778. OLE color: 5220778.

HSL color Cylindrical-coordinate representation of color #AAA94F: hue angle of 59.34º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA94F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17016979-
CMYK00.010.540.33
HSL59.34º36.55%48.82%-
HSV(B)59.34º53.53%66.67%-
XYZ32.1837.4912.94-
YUV159.0482.83135.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 79 (31.25% from 255) = 18.90%
R=40.67%
G=40.43%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701697900.010.540.3359.3436.5548.82
HexAAA94F0136213b2531
Octal252251117016641734561
Binary1010101010101001100111101110110100001111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA94F; }

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

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

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

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

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

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

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

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