#a7ac56

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

Shades of Olive Green #A7AC56

Tints of Olive Green #A7AC56

Color information

#A7AC56 (or 0xA7AC56) is unknown color: approx Olive Green. HEX triplet: A7, AC and 56. RGB value is (167,172,86). Sum of RGB (Red+Green+Blue) = 167+172+86=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC56 is #5853A9. Grayscale: #A1A1A1. Windows color (decimal): -5788586 or 5680295. OLE color: 5680295.

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

Color convert

RGB16717286-
CMYK0.0300.50.33
HSL63.49º34.13%50.59%-
HSV(B)63.49º50%67.45%-
XYZ32.3738.3914.51-
YUV160.785.84132.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=39.29%
G=40.47%
B=20.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167172860.0300.50.3363.4934.1350.59
HexA7AC563032213f2233
Octal247254126306241774263
Binary10100111101011001010110110110010100001111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7ac56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7ac56; }

 p { color: rgb(167,172,86); }

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

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

 a { background-color: rgb(167,172,86); }

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

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

 span { border-color: rgb(167,172,86); }

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