#AAA762

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

Shades of Olive Green #AAA762

Tints of Olive Green #AAA762

Color information

#AAA762 (or 0xAAA762) is unknown color: approx Olive Green. HEX triplet: AA, A7 and 62. RGB value is (170,167,98). Sum of RGB (Red+Green+Blue) = 170+167+98=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA762 is #55589D. Grayscale: #A0A0A0. Windows color (decimal): -5593246 or 6465450. OLE color: 6465450.

HSL color Cylindrical-coordinate representation of color #AAA762: hue angle of 57.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAA762 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17016798-
CMYK00.020.420.33
HSL57.5º29.75%52.55%-
HSV(B)57.5º42.35%66.67%-
XYZ32.637.0716.99-
YUV160.0392.99135.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=39.08%
G=38.39%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701679800.020.420.3357.529.7552.55
HexAAA762022A213a1e35
Octal252247142025241723665
Binary1010101010100111110001001010101010000111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA762; }

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

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

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

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

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

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

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

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