#AAAE65

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

Shades of Olive Green #AAAE65

Tints of Olive Green #AAAE65

Color information

#AAAE65 (or 0xAAAE65) is unknown color: approx Olive Green. HEX triplet: AA, AE and 65. RGB value is (170,174,101). Sum of RGB (Red+Green+Blue) = 170+174+101=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE65 is #55519A. Grayscale: #A4A4A4. Windows color (decimal): -5591451 or 6663850. OLE color: 6663850.

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

Color convert

RGB170174101-
CMYK0.0200.420.32
HSL63.29º31.06%53.92%-
HSV(B)63.29º41.95%68.24%-
XYZ34.0639.7618.19-
YUV164.4892.17131.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=38.20%
G=39.10%
B=22.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741010.0200.420.3263.2931.0653.92
HexAAAE65202A203f1f36
Octal252256145205240773766
Binary1010101010101110110010110010101010000011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE65; }

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

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

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

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

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

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

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

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