#AAAB66

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

Shades of Olive Green #AAAB66

Tints of Olive Green #AAAB66

Color information

#AAAB66 (or 0xAAAB66) is unknown color: approx Olive Green. HEX triplet: AA, AB and 66. RGB value is (170,171,102). Sum of RGB (Red+Green+Blue) = 170+171+102=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB66 is #555499. Grayscale: #A3A3A3. Windows color (decimal): -5592218 or 6728618. OLE color: 6728618.

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

Color convert

RGB170171102-
CMYK0.0100.400.33
HSL60.87º29.11%53.53%-
HSV(B)60.87º40.35%67.06%-
XYZ33.5438.6318.26-
YUV162.8393.67133.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=38.37%
G=38.60%
B=23.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711020.0100.400.3360.8729.1153.53
HexAAAB661028213d1d36
Octal252253146105041753566
Binary101010101010101111001101010100010000111110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB66; }

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

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

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

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

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

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

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

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