#A7AC59

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

Shades of Olive Green #A7AC59

Tints of Olive Green #A7AC59

Color information

#A7AC59 (or 0xA7AC59) is unknown color: approx Olive Green. HEX triplet: A7, AC and 59. RGB value is (167,172,89). Sum of RGB (Red+Green+Blue) = 167+172+89=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC59 is #5853A6. Grayscale: #A1A1A1. Windows color (decimal): -5788583 or 5876903. OLE color: 5876903.

HSL color Cylindrical-coordinate representation of color #A7AC59: hue angle of 63.61º degrees, saturation: 0.33, 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 #A7AC59 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB16717289-
CMYK0.0300.480.33
HSL63.61º33.33%51.18%-
HSV(B)63.61º48.26%67.45%-
XYZ32.4938.4415.16-
YUV161.0487.34132.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=39.02%
G=40.19%
B=20.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167172890.0300.480.3363.6133.3351.18
HexA7AC59303021402133
Octal2472541313060411004163
Binary101001111010110010110011101100001000011000000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC59; }

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

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

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

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

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

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

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

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