#A6AB4E

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

Shades of Olive Green #A6AB4E

Tints of Olive Green #A6AB4E

Color information

#A6AB4E (or 0xA6AB4E) is unknown color: approx Olive Green. HEX triplet: A6, AB and 4E. RGB value is (166,171,78). Sum of RGB (Red+Green+Blue) = 166+171+78=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB4E is #5954B1. Grayscale: #9F9F9F. Windows color (decimal): -5854386 or 5155750. OLE color: 5155750.

HSL color Cylindrical-coordinate representation of color #A6AB4E: hue angle of 63.23º 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 #A6AB4E is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB16617178-
CMYK0.0300.540.33
HSL63.23º37.35%48.82%-
HSV(B)63.23º54.39%67.06%-
XYZ31.6637.7812.83-
YUV158.982.34133.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=40%
G=41.20%
B=18.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166171780.0300.540.3363.2337.3548.82
HexA6AB4E3036213f2531
Octal246253116306641774561
Binary10100110101010111001110110110110100001111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB4E; }

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

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

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

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

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

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

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

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