#A9A662

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

Shades of Olive Green #A9A662

Tints of Olive Green #A9A662

Color information

#A9A662 (or 0xA9A662) is unknown color: approx Olive Green. HEX triplet: A9, A6 and 62. RGB value is (169,166,98). Sum of RGB (Red+Green+Blue) = 169+166+98=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A662 is #56599D. Grayscale: #9F9F9F. Windows color (decimal): -5659038 or 6465193. OLE color: 6465193.

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

Color convert

RGB16916698-
CMYK00.020.420.34
HSL57.46º29.22%52.35%-
HSV(B)57.46º42.01%66.27%-
XYZ32.236.5916.92-
YUV159.1493.49135.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=39.03%
G=38.34%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691669800.020.420.3457.4629.2252.35
HexA9A662022A22391d34
Octal251246142025242713564
Binary1010100110100110110001001010101010001011100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A662; }

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

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

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

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

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

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

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

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