#AAAE61

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

Shades of Olive Green #AAAE61

Tints of Olive Green #AAAE61

Color information

#AAAE61 (or 0xAAAE61) is unknown color: approx Olive Green. HEX triplet: AA, AE and 61. RGB value is (170,174,97). Sum of RGB (Red+Green+Blue) = 170+174+97=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE61 is #55519E. Grayscale: #A4A4A4. Windows color (decimal): -5591455 or 6401706. OLE color: 6401706.

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

Color convert

RGB17017497-
CMYK0.0200.440.32
HSL63.12º32.22%53.14%-
HSV(B)63.12º44.25%68.24%-
XYZ33.8739.6817.18-
YUV164.0390.17132.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=38.55%
G=39.46%
B=22.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174970.0200.440.3263.1232.2253.14
HexAAAE61202C203f2035
Octal252256141205440774065
Binary10101010101011101100001100101100100000111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE61; }

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

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

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

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

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

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

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

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