#AAA969

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

Shades of Olive Green #AAA969

Tints of Olive Green #AAA969

Color information

#AAA969 (or 0xAAA969) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 69. RGB value is (170,169,105). Sum of RGB (Red+Green+Blue) = 170+169+105=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA969 is #555696. Grayscale: #A2A2A2. Windows color (decimal): -5592727 or 6924714. OLE color: 6924714.

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

Color convert

RGB170169105-
CMYK00.010.380.33
HSL59.08º27.66%53.92%-
HSV(B)59.08º38.24%66.67%-
XYZ33.3237.9418.93-
YUV16295.83133.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=38.29%
G=38.06%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016910500.010.380.3359.0827.6653.92
HexAAA9690126213b1c36
Octal252251151014641733466
Binary101010101010100111010010110011010000111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA969; }

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

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

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

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

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

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

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

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