#A6A159

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

Shades of Olive Green #A6A159

Tints of Olive Green #A6A159

Color information

#A6A159 (or 0xA6A159) is unknown color: approx Olive Green. HEX triplet: A6, A1 and 59. RGB value is (166,161,89). Sum of RGB (Red+Green+Blue) = 166+161+89=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A159 is #595EA6. Grayscale: #9A9A9A. Windows color (decimal): -5856935 or 5874086. OLE color: 5874086.

HSL color Cylindrical-coordinate representation of color #A6A159: hue angle of 56.1º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6A159 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16616189-
CMYK00.030.460.35
HSL56.1º30.2%50%-
HSV(B)56.1º46.39%65.1%-
XYZ30.2734.3214.48-
YUV154.2991.16136.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=39.90%
G=38.70%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661618900.030.460.3556.130.250
HexA6A159032E23381e32
Octal246241131035643703662
Binary1010011010100001101100101110111010001111100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A159; }

 p { color: rgb(166,161,89); }

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

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

 a { background-color: rgb(166,161,89); }

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

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

 span { border-color: rgb(166,161,89); }

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