#A5AA4E

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

Shades of Olive Green #A5AA4E

Tints of Olive Green #A5AA4E

Color information

#A5AA4E (or 0xA5AA4E) is unknown color: approx Olive Green. HEX triplet: A5, AA and 4E. RGB value is (165,170,78). Sum of RGB (Red+Green+Blue) = 165+170+78=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA4E is #5A55B1. Grayscale: #9E9E9E. Windows color (decimal): -5920178 or 5155493. OLE color: 5155493.

HSL color Cylindrical-coordinate representation of color #A5AA4E: hue angle of 63.26º 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 #A5AA4E is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB16517078-
CMYK0.0300.540.33
HSL63.26º37.1%48.63%-
HSV(B)63.26º54.12%66.67%-
XYZ31.2737.312.76-
YUV158.0282.84132.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=39.95%
G=41.16%
B=18.89%

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
Decimal165170780.0300.540.3363.2637.148.63
HexA5AA4E3036213f2531
Octal245252116306641774561
Binary10100101101010101001110110110110100001111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA4E; }

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

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

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

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

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

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

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

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