#A9B060

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

Shades of Olive Green #A9B060

Tints of Olive Green #A9B060

Color information

#A9B060 (or 0xA9B060) is unknown color: approx Olive Green. HEX triplet: A9, B0 and 60. RGB value is (169,176,96). Sum of RGB (Red+Green+Blue) = 169+176+96=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B060 is #564F9F. Grayscale: #A5A5A5. Windows color (decimal): -5656480 or 6336681. OLE color: 6336681.

HSL color Cylindrical-coordinate representation of color #A9B060: hue angle of 65.25º degrees, saturation: 0.34, 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 #A9B060 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB16917696-
CMYK0.0400.450.31
HSL65.25º33.61%53.33%-
HSV(B)65.25º45.45%69.02%-
XYZ3440.3317.06-
YUV164.7989.18131-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=38.32%
G=39.91%
B=21.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169176960.0400.450.3165.2533.6153.33
HexA9B060402D1F412235
Octal2512601404055371014265
Binary101010011011000011000001000101101111111000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B060; }

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

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

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

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

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

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

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

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