#ACB569

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

Shades of Olive Green #ACB569

Tints of Olive Green #ACB569

Color information

#ACB569 (or 0xACB569) is unknown color: approx Olive Green. HEX triplet: AC, B5 and 69. RGB value is (172,181,105). Sum of RGB (Red+Green+Blue) = 172+181+105=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB569 is #534A96. Grayscale: #A9A9A9. Windows color (decimal): -5458583 or 6927788. OLE color: 6927788.

HSL color Cylindrical-coordinate representation of color #ACB569: hue angle of 67.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB569 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB172181105-
CMYK0.0500.420.29
HSL67.11º33.93%56.08%-
HSV(B)67.11º41.99%70.98%-
XYZ36.0942.8419.73-
YUV169.6491.52129.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 181 (71.09% from 255) = 39.52%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=37.55%
G=39.52%
B=22.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811050.0500.420.2967.1133.9356.08
HexACB569502A1D432238
Octal2542651515052351034270
Binary101011001011010111010011010101010111011000011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB569; }

 p { color: rgb(172,181,105); }

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

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

 a { background-color: rgb(172,181,105); }

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

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

 span { border-color: rgb(172,181,105); }

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