#A5AA4F

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

Shades of Olive Green #A5AA4F

Tints of Olive Green #A5AA4F

Color information

#A5AA4F (or 0xA5AA4F) is unknown color: approx Olive Green. HEX triplet: A5, AA and 4F. RGB value is (165,170,79). Sum of RGB (Red+Green+Blue) = 165+170+79=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA4F is #5A55B0. Grayscale: #9E9E9E. Windows color (decimal): -5920177 or 5221029. OLE color: 5221029.

HSL color Cylindrical-coordinate representation of color #A5AA4F: hue angle of 63.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5AA4F is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB16517079-
CMYK0.0300.540.33
HSL63.3º36.55%48.82%-
HSV(B)63.3º53.53%66.67%-
XYZ31.337.3112.95-
YUV158.1383.34132.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 79 (31.25% from 255) = 19.08%
R=39.86%
G=41.06%
B=19.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170790.0300.540.3363.336.5548.82
HexA5AA4F3036213f2531
Octal245252117306641774561
Binary10100101101010101001111110110110100001111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA4F; }

 p { color: rgb(165,170,79); }

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

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

 a { background-color: rgb(165,170,79); }

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

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

 span { border-color: rgb(165,170,79); }

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