#A7AD59

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

Shades of Olive Green #A7AD59

Tints of Olive Green #A7AD59

Color information

#A7AD59 (or 0xA7AD59) is unknown color: approx Olive Green. HEX triplet: A7, AD and 59. RGB value is (167,173,89). Sum of RGB (Red+Green+Blue) = 167+173+89=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD59 is #5852A6. Grayscale: #A1A1A1. Windows color (decimal): -5788327 or 5877159. OLE color: 5877159.

HSL color Cylindrical-coordinate representation of color #A7AD59: hue angle of 64.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7AD59 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB16717389-
CMYK0.0300.490.32
HSL64.29º33.87%51.37%-
HSV(B)64.29º48.55%67.84%-
XYZ32.6838.8215.22-
YUV161.6387.01131.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=38.93%
G=40.33%
B=20.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167173890.0300.490.3264.2933.8751.37
HexA7AD59303120402233
Octal2472551313061401004263
Binary101001111010110110110011101100011000001000000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD59; }

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

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

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

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

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

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

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

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