#ACB468

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

Shades of Olive Green #ACB468

Tints of Olive Green #ACB468

Color information

#ACB468 (or 0xACB468) is unknown color: approx Olive Green. HEX triplet: AC, B4 and 68. RGB value is (172,180,104). Sum of RGB (Red+Green+Blue) = 172+180+104=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB468 is #534B97. Grayscale: #A9A9A9. Windows color (decimal): -5458840 or 6861996. OLE color: 6861996.

HSL color Cylindrical-coordinate representation of color #ACB468: hue angle of 66.32º 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 #ACB468 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB172180104-
CMYK0.0400.420.29
HSL66.32º33.63%55.69%-
HSV(B)66.32º42.22%70.59%-
XYZ35.8342.4119.39-
YUV168.9491.35130.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=37.72%
G=39.47%
B=22.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801040.0400.420.2966.3233.6355.69
HexACB468402A1D422238
Octal2542641504052351024270
Binary101011001011010011010001000101010111011000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB468; }

 p { color: rgb(172,180,104); }

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

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

 a { background-color: rgb(172,180,104); }

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

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

 span { border-color: rgb(172,180,104); }

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