#A9A759

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

Shades of Olive Green #A9A759

Tints of Olive Green #A9A759

Color information

#A9A759 (or 0xA9A759) is unknown color: approx Olive Green. HEX triplet: A9, A7 and 59. RGB value is (169,167,89). Sum of RGB (Red+Green+Blue) = 169+167+89=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A759 is #5658A6. Grayscale: #9F9F9F. Windows color (decimal): -5658791 or 5875625. OLE color: 5875625.

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

Color convert

RGB16916789-
CMYK00.010.470.34
HSL58.5º31.75%50.59%-
HSV(B)58.5º47.34%66.27%-
XYZ31.9836.7914.87-
YUV158.7188.66135.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 167 (65.62% from 255) = 39.29%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=39.76%
G=39.29%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691678900.010.470.3458.531.7550.59
HexA9A759012F223a2033
Octal251247131015742724063
Binary1010100110100111101100101101111100010111010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A759; }

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

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

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

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

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

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

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

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