#A9A754

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

Shades of Olive Green #A9A754

Tints of Olive Green #A9A754

Color information

#A9A754 (or 0xA9A754) is unknown color: approx Olive Green. HEX triplet: A9, A7 and 54. RGB value is (169,167,84). Sum of RGB (Red+Green+Blue) = 169+167+84=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A754 is #5658AB. Grayscale: #9E9E9E. Windows color (decimal): -5658796 or 5547945. OLE color: 5547945.

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

Color convert

RGB16916784-
CMYK00.010.500.34
HSL58.59º33.6%49.61%-
HSV(B)58.59º50.3%66.27%-
XYZ31.7836.7113.8-
YUV158.1486.16135.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 84 (33.20% from 255) = 20%
R=40.24%
G=39.76%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691678400.010.500.3458.5933.649.61
HexA9A7540132223b2232
Octal251247124016242734262
Binary1010100110100111101010001110010100010111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A754; }

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

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

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

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

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

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

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

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