#AAA75E

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

Shades of Olive Green #AAA75E

Tints of Olive Green #AAA75E

Color information

#AAA75E (or 0xAAA75E) is unknown color: approx Olive Green. HEX triplet: AA, A7 and 5E. RGB value is (170,167,94). Sum of RGB (Red+Green+Blue) = 170+167+94=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA75E is #5558A1. Grayscale: #9F9F9F. Windows color (decimal): -5593250 or 6203306. OLE color: 6203306.

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

Color convert

RGB17016794-
CMYK00.020.450.33
HSL57.63º30.89%51.76%-
HSV(B)57.63º44.71%66.67%-
XYZ32.4236.9916.02-
YUV159.5790.99135.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=39.44%
G=38.75%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701679400.020.450.3357.6330.8951.76
HexAAA75E022D213a1f34
Octal252247136025541723764
Binary1010101010100111101111001010110110000111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA75E; }

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

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

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

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

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

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

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

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