#AAA75D

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

Shades of Olive Green #AAA75D

Tints of Olive Green #AAA75D

Color information

#AAA75D (or 0xAAA75D) is unknown color: approx Olive Green. HEX triplet: AA, A7 and 5D. RGB value is (170,167,93). Sum of RGB (Red+Green+Blue) = 170+167+93=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA75D is #5558A2. Grayscale: #9F9F9F. Windows color (decimal): -5593251 or 6137770. OLE color: 6137770.

HSL color Cylindrical-coordinate representation of color #AAA75D: hue angle of 57.66º 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 #AAA75D is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17016793-
CMYK00.020.450.33
HSL57.66º31.17%51.57%-
HSV(B)57.66º45.29%66.67%-
XYZ32.3736.9715.79-
YUV159.4690.49135.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 167 (65.62% from 255) = 38.84%
BLUE value IS 93 (36.72% from 255) = 21.63%
R=39.53%
G=38.84%
B=21.63%

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
Decimal1701679300.020.450.3357.6631.1751.57
HexAAA75D022D213a1f34
Octal252247135025541723764
Binary1010101010100111101110101010110110000111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA75D; }

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

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

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

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

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

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

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

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