#AAAD62

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

Shades of Olive Green #AAAD62

Tints of Olive Green #AAAD62

Color information

#AAAD62 (or 0xAAAD62) is unknown color: approx Olive Green. HEX triplet: AA, AD and 62. RGB value is (170,173,98). Sum of RGB (Red+Green+Blue) = 170+173+98=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD62 is #55529D. Grayscale: #A3A3A3. Windows color (decimal): -5591710 or 6466986. OLE color: 6466986.

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

Color convert

RGB17017398-
CMYK0.0200.430.32
HSL62.4º31.38%53.14%-
HSV(B)62.4º43.35%67.84%-
XYZ33.7339.3217.37-
YUV163.5591.01132.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=38.55%
G=39.23%
B=22.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170173980.0200.430.3262.431.3853.14
HexAAAD62202B203e1f35
Octal252255142205340763765
Binary1010101010101101110001010010101110000011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD62; }

 p { color: rgb(170,173,98); }

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

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

 a { background-color: rgb(170,173,98); }

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

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

 span { border-color: rgb(170,173,98); }

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