#A6A455

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

Shades of Olive Green #A6A455

Tints of Olive Green #A6A455

Color information

#A6A455 (or 0xA6A455) is unknown color: approx Olive Green. HEX triplet: A6, A4 and 55. RGB value is (166,164,85). Sum of RGB (Red+Green+Blue) = 166+164+85=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A455 is #595BAA. Grayscale: #9B9B9B. Windows color (decimal): -5856171 or 5612710. OLE color: 5612710.

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

Color convert

RGB16616485-
CMYK00.010.490.35
HSL58.52º32.27%49.22%-
HSV(B)58.52º48.8%65.1%-
XYZ30.6435.3113.8-
YUV155.5988.16135.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=40%
G=39.52%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661648500.010.490.3558.5232.2749.22
HexA6A4550131233b2031
Octal246244125016143734061
Binary1010011010100100101010101110001100011111011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A455; }

 p { color: rgb(166,164,85); }

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

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

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

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

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

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

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