#A9AF60

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

Shades of Olive Green #A9AF60

Tints of Olive Green #A9AF60

Color information

#A9AF60 (or 0xA9AF60) is unknown color: approx Olive Green. HEX triplet: A9, AF and 60. RGB value is (169,175,96). Sum of RGB (Red+Green+Blue) = 169+175+96=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF60 is #56509F. Grayscale: #A4A4A4. Windows color (decimal): -5656736 or 6336425. OLE color: 6336425.

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

Color convert

RGB16917596-
CMYK0.0300.450.31
HSL64.56º33.05%53.14%-
HSV(B)64.56º45.14%68.63%-
XYZ33.839.9416.99-
YUV164.289.51131.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=38.41%
G=39.77%
B=21.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169175960.0300.450.3164.5633.0553.14
HexA9AF60302D1F412135
Octal2512571403055371014165
Binary10101001101011111100000110101101111111000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF60; }

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

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

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

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

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

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

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

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