#ACA759

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

Shades of Olive Green #ACA759

Tints of Olive Green #ACA759

Color information

#ACA759 (or 0xACA759) is unknown color: approx Olive Green. HEX triplet: AC, A7 and 59. RGB value is (172,167,89). Sum of RGB (Red+Green+Blue) = 172+167+89=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA759 is #5358A6. Grayscale: #9F9F9F. Windows color (decimal): -5462183 or 5875628. OLE color: 5875628.

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

Color convert

RGB17216789-
CMYK00.030.480.33
HSL56.39º33.33%51.18%-
HSV(B)56.39º48.26%67.45%-
XYZ32.6437.1314.9-
YUV159.688.16136.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=40.19%
G=39.02%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721678900.030.480.3356.3933.3351.18
HexACA759033021382133
Octal254247131036041704163
Binary10101100101001111011001011110000100001111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA759; }

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

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

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

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

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

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

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

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