#A9B761

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

Shades of Olive Green #A9B761

Tints of Olive Green #A9B761

Color information

#A9B761 (or 0xA9B761) is unknown color: approx Olive Green. HEX triplet: A9, B7 and 61. RGB value is (169,183,97). Sum of RGB (Red+Green+Blue) = 169+183+97=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B761 is #56489E. Grayscale: #A9A9A9. Windows color (decimal): -5654687 or 6404009. OLE color: 6404009.

HSL color Cylindrical-coordinate representation of color #A9B761: hue angle of 69.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9B761 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB16918397-
CMYK0.0800.470.28
HSL69.77º37.39%54.9%-
HSV(B)69.77º46.99%71.76%-
XYZ35.4543.1717.77-
YUV169.0187.36127.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=37.64%
G=40.76%
B=21.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169183970.0800.470.2869.7737.3954.9
HexA9B761802F1C462537
Octal25126714110057341064567
Binary1010100110110111110000110000101111111001000110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B761; }

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

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

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

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

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

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

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

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