#A6A454

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

Shades of Olive Green #A6A454

Tints of Olive Green #A6A454

Color information

#A6A454 (or 0xA6A454) is unknown color: approx Olive Green. HEX triplet: A6, A4 and 54. RGB value is (166,164,84). Sum of RGB (Red+Green+Blue) = 166+164+84=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A454 is #595BAB. Grayscale: #9B9B9B. Windows color (decimal): -5856172 or 5547174. OLE color: 5547174.

HSL color Cylindrical-coordinate representation of color #A6A454: hue angle of 58.54º degrees, saturation: 0.33, 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 #A6A454 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16616484-
CMYK00.010.490.35
HSL58.54º32.8%49.02%-
HSV(B)58.54º49.4%65.1%-
XYZ30.635.313.59-
YUV155.4887.66135.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=40.10%
G=39.61%
B=20.29%

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
Decimal1661648400.010.490.3558.5432.849.02
HexA6A4540131233b2131
Octal246244124016143734161
Binary1010011010100100101010001110001100011111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A454; }

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

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

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

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

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

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

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

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