#AAA660

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

Shades of Olive Green #AAA660

Tints of Olive Green #AAA660

Color information

#AAA660 (or 0xAAA660) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 60. RGB value is (170,166,96). Sum of RGB (Red+Green+Blue) = 170+166+96=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA660 is #55599F. Grayscale: #9F9F9F. Windows color (decimal): -5593504 or 6334122. OLE color: 6334122.

HSL color Cylindrical-coordinate representation of color #AAA660: hue angle of 56.76º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAA660 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17016696-
CMYK00.020.440.33
HSL56.76º30.33%52.16%-
HSV(B)56.76º43.53%66.67%-
XYZ32.3336.6616.44-
YUV159.2292.33135.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=39.35%
G=38.43%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701669600.020.440.3356.7630.3352.16
HexAAA660022C21391e34
Octal252246140025441713664
Binary1010101010100110110000001010110010000111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA660; }

 p { color: rgb(170,166,96); }

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

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

 a { background-color: rgb(170,166,96); }

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

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

 span { border-color: rgb(170,166,96); }

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