#AAAA66

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

Shades of Olive Green #AAAA66

Tints of Olive Green #AAAA66

Color information

#AAAA66 (or 0xAAAA66) is unknown color: approx Olive Green. HEX triplet: AA, AA and 66. RGB value is (170,170,102). Sum of RGB (Red+Green+Blue) = 170+170+102=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA66 is #555599. Grayscale: #A2A2A2. Windows color (decimal): -5592474 or 6728362. OLE color: 6728362.

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

Color convert

RGB170170102-
CMYK000.40.33
HSL60º28.57%53.33%-
HSV(B)60º40%66.67%-
XYZ33.3538.2518.2-
YUV162.2594133.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=38.46%
G=38.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170102000.40.336028.5753.33
HexAAAA660028213c1d35
Octal252252146005041743565
Binary101010101010101011001100010100010000111110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA66; }

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

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

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

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

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

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

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

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