#AAAE68

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

Shades of Olive Green #AAAE68

Tints of Olive Green #AAAE68

Color information

#AAAE68 (or 0xAAAE68) is unknown color: approx Olive Green. HEX triplet: AA, AE and 68. RGB value is (170,174,104). Sum of RGB (Red+Green+Blue) = 170+174+104=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE68 is #555197. Grayscale: #A5A5A5. Windows color (decimal): -5591448 or 6860458. OLE color: 6860458.

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

Color convert

RGB170174104-
CMYK0.0200.400.32
HSL63.43º30.17%54.51%-
HSV(B)63.43º40.23%68.24%-
XYZ34.2139.8218.98-
YUV164.8293.67131.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=37.95%
G=38.84%
B=23.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741040.0200.400.3263.4330.1754.51
HexAAAE682028203f1e37
Octal252256150205040773667
Binary1010101010101110110100010010100010000011111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE68; }

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

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

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

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

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

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

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

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