#ACB063

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

Shades of Olive Green #ACB063

Tints of Olive Green #ACB063

Color information

#ACB063 (or 0xACB063) is unknown color: approx Olive Green. HEX triplet: AC, B0 and 63. RGB value is (172,176,99). Sum of RGB (Red+Green+Blue) = 172+176+99=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB063 is #534F9C. Grayscale: #A6A6A6. Windows color (decimal): -5459869 or 6533292. OLE color: 6533292.

HSL color Cylindrical-coordinate representation of color #ACB063: hue angle of 63.12º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB063 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17217699-
CMYK0.0200.440.31
HSL63.12º32.77%53.92%-
HSV(B)63.12º43.75%69.02%-
XYZ34.7940.7217.83-
YUV166.0390.17132.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=38.48%
G=39.37%
B=22.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176990.0200.440.3163.1232.7753.92
HexACB063202C1F3f2136
Octal254260143205437774166
Binary1010110010110000110001110010110011111111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB063; }

 p { color: rgb(172,176,99); }

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

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

 a { background-color: rgb(172,176,99); }

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

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

 span { border-color: rgb(172,176,99); }

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