#A9A65F

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

Shades of Olive Green #A9A65F

Tints of Olive Green #A9A65F

Color information

#A9A65F (or 0xA9A65F) is unknown color: approx Olive Green. HEX triplet: A9, A6 and 5F. RGB value is (169,166,95). Sum of RGB (Red+Green+Blue) = 169+166+95=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A65F is #5659A0. Grayscale: #9F9F9F. Windows color (decimal): -5659041 or 6268585. OLE color: 6268585.

HSL color Cylindrical-coordinate representation of color #A9A65F: hue angle of 57.57º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9A65F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16916695-
CMYK00.020.440.34
HSL57.57º30.08%51.76%-
HSV(B)57.57º43.79%66.27%-
XYZ32.0636.5316.19-
YUV158.891.99135.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=39.30%
G=38.60%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691669500.020.440.3457.5730.0851.76
HexA9A65F022C223a1e34
Octal251246137025442723664
Binary1010100110100110101111101010110010001011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A65F; }

 p { color: rgb(169,166,95); }

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

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

 a { background-color: rgb(169,166,95); }

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

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

 span { border-color: rgb(169,166,95); }

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