#A9B75E

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

Shades of Olive Green #A9B75E

Tints of Olive Green #A9B75E

Color information

#A9B75E (or 0xA9B75E) is unknown color: approx Olive Green. HEX triplet: A9, B7 and 5E. RGB value is (169,183,94). Sum of RGB (Red+Green+Blue) = 169+183+94=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B75E is #5648A1. Grayscale: #A9A9A9. Windows color (decimal): -5654690 or 6207401. OLE color: 6207401.

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

Color convert

RGB16918394-
CMYK0.0800.490.28
HSL69.44º38.2%54.31%-
HSV(B)69.44º48.63%71.76%-
XYZ35.3243.1117.05-
YUV168.6785.86128.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=37.89%
G=41.03%
B=21.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169183940.0800.490.2869.4438.254.31
HexA9B75E80311C452636
Octal25126713610061341054666
Binary1010100110110111101111010000110001111001000101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B75E; }

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

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

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

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

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

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

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

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