#A6AA56

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

Shades of Olive Green #A6AA56

Tints of Olive Green #A6AA56

Color information

#A6AA56 (or 0xA6AA56) is unknown color: approx Olive Green. HEX triplet: A6, AA and 56. RGB value is (166,170,86). Sum of RGB (Red+Green+Blue) = 166+170+86=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA56 is #5955A9. Grayscale: #9F9F9F. Windows color (decimal): -5854634 or 5679782. OLE color: 5679782.

HSL color Cylindrical-coordinate representation of color #A6AA56: hue angle of 62.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6AA56 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB16617086-
CMYK0.0200.490.33
HSL62.86º33.07%50.2%-
HSV(B)62.86º49.41%66.67%-
XYZ31.7837.5314.37-
YUV159.2386.67132.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=39.34%
G=40.28%
B=20.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166170860.0200.490.3362.8633.0750.2
HexA6AA562031213f2132
Octal246252126206141774162
Binary10100110101010101010110100110001100001111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA56; }

 p { color: rgb(166,170,86); }

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

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

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

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

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

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

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