#A6A657

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

Shades of Olive Green #A6A657

Tints of Olive Green #A6A657

Color information

#A6A657 (or 0xA6A657) is unknown color: approx Olive Green. HEX triplet: A6, A6 and 57. RGB value is (166,166,87). Sum of RGB (Red+Green+Blue) = 166+166+87=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A657 is #5959A8. Grayscale: #9D9D9D. Windows color (decimal): -5855657 or 5744294. OLE color: 5744294.

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

Color convert

RGB16616687-
CMYK000.480.35
HSL60º31.23%49.61%-
HSV(B)60º47.59%65.1%-
XYZ31.0836.0714.34-
YUV156.9988.5134.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 166 (65.23% from 255) = 39.62%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=39.62%
G=39.62%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616687000.480.356031.2349.61
HexA6A6570030233c1f32
Octal246246127006043743762
Binary101001101010011010101110011000010001111110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A657; }

 p { color: rgb(166,166,87); }

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

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

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

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

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

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

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