#AAA656

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

Shades of Olive Green #AAA656

Tints of Olive Green #AAA656

Color information

#AAA656 (or 0xAAA656) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 56. RGB value is (170,166,86). Sum of RGB (Red+Green+Blue) = 170+166+86=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA656 is #5559A9. Grayscale: #9E9E9E. Windows color (decimal): -5593514 or 5678762. OLE color: 5678762.

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

Color convert

RGB17016686-
CMYK00.020.490.33
HSL57.14º33.07%50.2%-
HSV(B)57.14º49.41%66.67%-
XYZ31.8936.4914.17-
YUV158.0887.33136.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=40.28%
G=39.34%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701668600.020.490.3357.1433.0750.2
HexAAA656023121392132
Octal252246126026141714162
Binary10101010101001101010110010110001100001111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA656; }

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

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

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

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

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

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

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

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