#A8A756

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

Shades of Olive Green #A8A756

Tints of Olive Green #A8A756

Color information

#A8A756 (or 0xA8A756) is unknown color: approx Olive Green. HEX triplet: A8, A7 and 56. RGB value is (168,167,86). Sum of RGB (Red+Green+Blue) = 168+167+86=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A756 is #5758A9. Grayscale: #9E9E9E. Windows color (decimal): -5724330 or 5679016. OLE color: 5679016.

HSL color Cylindrical-coordinate representation of color #A8A756: hue angle of 59.27º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8A756 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16816786-
CMYK00.010.490.34
HSL59.27º32.28%49.8%-
HSV(B)59.27º48.81%65.88%-
XYZ31.6536.6314.21-
YUV158.0687.33135.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=39.90%
G=39.67%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681678600.010.490.3459.2732.2849.8
HexA8A7560131223b2032
Octal250247126016142734062
Binary1010100010100111101011001110001100010111011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A756; }

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

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

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

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

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

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

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

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