#ACA756

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

Shades of Olive Green #ACA756

Tints of Olive Green #ACA756

Color information

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

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

Color convert

RGB17216786-
CMYK00.030.50.33
HSL56.51º34.13%50.59%-
HSV(B)56.51º50%67.45%-
XYZ32.5137.0814.25-
YUV159.2686.66137.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721678600.030.50.3356.5134.1350.59
HexACA756033221392233
Octal254247126036241714263
Binary10101100101001111010110011110010100001111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA756; }

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

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

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

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

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

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

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

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