#ACB759

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

Shades of Olive Green #ACB759

Tints of Olive Green #ACB759

Color information

#ACB759 (or 0xACB759) is unknown color: approx Olive Green. HEX triplet: AC, B7 and 59. RGB value is (172,183,89). Sum of RGB (Red+Green+Blue) = 172+183+89=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB759 is #5348A6. Grayscale: #A9A9A9. Windows color (decimal): -5458087 or 5879724. OLE color: 5879724.

HSL color Cylindrical-coordinate representation of color #ACB759: hue angle of 67.02º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB759 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB17218389-
CMYK0.0600.510.28
HSL67.02º39.5%53.33%-
HSV(B)67.02º51.37%71.76%-
XYZ35.7543.3615.94-
YUV16982.86130.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 89 (35.16% from 255) = 20.05%
R=38.74%
G=41.22%
B=20.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183890.0600.510.2867.0239.553.33
HexACB75960331C432735
Octal2542671316063341034765
Binary101011001011011110110011100110011111001000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB759; }

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

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

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

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

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

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

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

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