#A6A551

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

Shades of Olive Green #A6A551

Tints of Olive Green #A6A551

Color information

#A6A551 (or 0xA6A551) is unknown color: approx Olive Green. HEX triplet: A6, A5 and 51. RGB value is (166,165,81). Sum of RGB (Red+Green+Blue) = 166+165+81=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A551 is #595AAE. Grayscale: #9C9C9C. Windows color (decimal): -5855919 or 5350822. OLE color: 5350822.

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

Color convert

RGB16616581-
CMYK00.010.510.35
HSL59.29º34.41%48.43%-
HSV(B)59.29º51.2%65.1%-
XYZ30.6735.6113.04-
YUV155.7285.83135.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=40.29%
G=40.05%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661658100.010.510.3559.2934.4148.43
HexA6A5510133233b2230
Octal246245121016343734260
Binary1010011010100101101000101110011100011111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A551; }

 p { color: rgb(166,165,81); }

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

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

 a { background-color: rgb(166,165,81); }

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

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

 span { border-color: rgb(166,165,81); }

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