#AAAD66

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

Shades of Olive Green #AAAD66

Tints of Olive Green #AAAD66

Color information

#AAAD66 (or 0xAAAD66) is unknown color: approx Olive Green. HEX triplet: AA, AD and 66. RGB value is (170,173,102). Sum of RGB (Red+Green+Blue) = 170+173+102=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD66 is #555299. Grayscale: #A4A4A4. Windows color (decimal): -5591706 or 6729130. OLE color: 6729130.

HSL color Cylindrical-coordinate representation of color #AAAD66: hue angle of 62.54º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAAD66 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB170173102-
CMYK0.0200.410.32
HSL62.54º30.21%53.92%-
HSV(B)62.54º41.04%67.84%-
XYZ33.9239.3918.39-
YUV164.0193.01132.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=38.20%
G=38.88%
B=22.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731020.0200.410.3262.5430.2153.92
HexAAAD662029203f1e36
Octal252255146205140773666
Binary1010101010101101110011010010100110000011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD66; }

 p { color: rgb(170,173,102); }

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

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

 a { background-color: rgb(170,173,102); }

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

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

 span { border-color: rgb(170,173,102); }

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