#A6AA4E

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

Shades of Olive Green #A6AA4E

Tints of Olive Green #A6AA4E

Color information

#A6AA4E (or 0xA6AA4E) is unknown color: approx Olive Green. HEX triplet: A6, AA and 4E. RGB value is (166,170,78). Sum of RGB (Red+Green+Blue) = 166+170+78=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA4E is #5955B1. Grayscale: #9E9E9E. Windows color (decimal): -5854642 or 5155494. OLE color: 5155494.

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

Color convert

RGB16617078-
CMYK0.0200.540.33
HSL62.61º37.1%48.63%-
HSV(B)62.61º54.12%66.67%-
XYZ31.4837.4112.77-
YUV158.3282.67133.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 78 (30.86% from 255) = 18.84%
R=40.10%
G=41.06%
B=18.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166170780.0200.540.3362.6137.148.63
HexA6AA4E2036213f2531
Octal246252116206641774561
Binary10100110101010101001110100110110100001111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA4E; }

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

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

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

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

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

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

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

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