#a9af56

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

Shades of Olive Green #A9AF56

Tints of Olive Green #A9AF56

Color information

#A9AF56 (or 0xA9AF56) is unknown color: approx Olive Green. HEX triplet: A9, AF and 56. RGB value is (169,175,86). Sum of RGB (Red+Green+Blue) = 169+175+86=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF56 is #5650A9. Grayscale: #A3A3A3. Windows color (decimal): -5656746 or 5681065. OLE color: 5681065.

HSL color Cylindrical-coordinate representation of color #A9AF56: hue angle of 64.04º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9AF56 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB16917586-
CMYK0.0300.510.31
HSL64.04º35.74%51.18%-
HSV(B)64.04º50.86%68.63%-
XYZ33.3739.7714.72-
YUV163.0684.51132.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 86 (33.98% from 255) = 20%
R=39.30%
G=40.70%
B=20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169175860.0300.510.3164.0435.7451.18
HexA9AF5630331F402433
Octal2512571263063371004463
Binary10101001101011111010110110110011111111000000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9af56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9af56; }

 p { color: rgb(169,175,86); }

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

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

 a { background-color: rgb(169,175,86); }

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

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

 span { border-color: rgb(169,175,86); }

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