#A9A761

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

Shades of Olive Green #A9A761

Tints of Olive Green #A9A761

Color information

#A9A761 (or 0xA9A761) is unknown color: approx Olive Green. HEX triplet: A9, A7 and 61. RGB value is (169,167,97). Sum of RGB (Red+Green+Blue) = 169+167+97=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A761 is #56589E. Grayscale: #9F9F9F. Windows color (decimal): -5658783 or 6399913. OLE color: 6399913.

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

Color convert

RGB16916797-
CMYK00.010.430.34
HSL58.33º29.51%52.16%-
HSV(B)58.33º42.6%66.27%-
XYZ32.3436.9416.73-
YUV159.6292.66134.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 167 (65.62% from 255) = 38.57%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=39.03%
G=38.57%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691679700.010.430.3458.3329.5152.16
HexA9A761012B223a1e34
Octal251247141015342723664
Binary101010011010011111000010110101110001011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A761; }

 p { color: rgb(169,167,97); }

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

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

 a { background-color: rgb(169,167,97); }

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

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

 span { border-color: rgb(169,167,97); }

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