#A5AA4D

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

Shades of Olive Green #A5AA4D

Tints of Olive Green #A5AA4D

Color information

#A5AA4D (or 0xA5AA4D) is unknown color: approx Olive Green. HEX triplet: A5, AA and 4D. RGB value is (165,170,77). Sum of RGB (Red+Green+Blue) = 165+170+77=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA4D is #5A55B2. Grayscale: #9E9E9E. Windows color (decimal): -5920179 or 5089957. OLE color: 5089957.

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

Color convert

RGB16517077-
CMYK0.0300.550.33
HSL63.23º37.65%48.43%-
HSV(B)63.23º54.71%66.67%-
XYZ31.2337.2812.57-
YUV157.982.34133.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=40.05%
G=41.26%
B=18.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170770.0300.550.3363.2337.6548.43
HexA5AA4D3037213f2630
Octal245252115306741774660
Binary10100101101010101001101110110111100001111111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA4D; }

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

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

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

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

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

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

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

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