#AAAE66

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

Shades of Olive Green #AAAE66

Tints of Olive Green #AAAE66

Color information

#AAAE66 (or 0xAAAE66) is unknown color: approx Olive Green. HEX triplet: AA, AE and 66. RGB value is (170,174,102). Sum of RGB (Red+Green+Blue) = 170+174+102=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE66 is #555199. Grayscale: #A4A4A4. Windows color (decimal): -5591450 or 6729386. OLE color: 6729386.

HSL color Cylindrical-coordinate representation of color #AAAE66: hue angle of 63.33º degrees, saturation: 0.31, 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 #AAAE66 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB170174102-
CMYK0.0200.410.32
HSL63.33º30.77%54.12%-
HSV(B)63.33º41.38%68.24%-
XYZ34.1139.7818.45-
YUV164.692.67131.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=38.12%
G=39.01%
B=22.87%

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
Decimal1701741020.0200.410.3263.3330.7754.12
HexAAAE662029203f1f36
Octal252256146205140773766
Binary1010101010101110110011010010100110000011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE66; }

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

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

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

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

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

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

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

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