#A7A559

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

Shades of Olive Green #A7A559

Tints of Olive Green #A7A559

Color information

#A7A559 (or 0xA7A559) is unknown color: approx Olive Green. HEX triplet: A7, A5 and 59. RGB value is (167,165,89). Sum of RGB (Red+Green+Blue) = 167+165+89=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A559 is #585AA6. Grayscale: #9D9D9D. Windows color (decimal): -5790375 or 5875111. OLE color: 5875111.

HSL color Cylindrical-coordinate representation of color #A7A559: hue angle of 58.46º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7A559 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16716589-
CMYK00.010.470.35
HSL58.46º30.71%50.2%-
HSV(B)58.46º46.71%65.49%-
XYZ31.1935.8514.73-
YUV156.9389.66135.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 89 (35.16% from 255) = 21.14%
R=39.67%
G=39.19%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671658900.010.470.3558.4630.7150.2
HexA7A559012F233a1f32
Octal247245131015743723762
Binary101001111010010110110010110111110001111101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A559; }

 p { color: rgb(167,165,89); }

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

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

 a { background-color: rgb(167,165,89); }

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

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

 span { border-color: rgb(167,165,89); }

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