#A7AA59

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

Shades of Olive Green #A7AA59

Tints of Olive Green #A7AA59

Color information

#A7AA59 (or 0xA7AA59) is unknown color: approx Olive Green. HEX triplet: A7, AA and 59. RGB value is (167,170,89). Sum of RGB (Red+Green+Blue) = 167+170+89=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA59 is #5855A6. Grayscale: #A0A0A0. Windows color (decimal): -5789095 or 5876391. OLE color: 5876391.

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

Color convert

RGB16717089-
CMYK0.0200.480.33
HSL62.22º32.27%50.78%-
HSV(B)62.22º47.65%66.67%-
XYZ32.1137.6915.03-
YUV159.8788.01133.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 89 (35.16% from 255) = 20.89%
R=39.20%
G=39.91%
B=20.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170890.0200.480.3362.2232.2750.78
HexA7AA592030213e2033
Octal247252131206041764063
Binary10100111101010101011001100110000100001111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA59; }

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

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

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

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

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

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

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

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