Shades of Olive Green #ACB368
Tints of Olive Green #ACB368
RGB
CMYK
RGB Variations
Color information
#ACB368 (or 0xACB368) is known color: Olive Green. HEX triplet: AC, B3 and 68. RGB value is (172,179,104). Sum of RGB (Red+Green+Blue) = 172+179+104=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB368 is #534C97. Grayscale: #A8A8A8. Windows color (decimal): -5459096 or 6861740. OLE color: 6861740.
HSL color Cylindrical-coordinate representation of color #ACB368: hue angle of 65.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB368 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 104 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.30 |
| HSL | 65.6º | 0.33% | 0.55% | - |
| HSV(B) | 65.6º | 0.42% | 0.7% | - |
| XYZ | 35.63 | 42.01 | 19.33 | - |
| YUV | 168.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 104 | 0.04 | 0 | 0.42 | 0.30 | 65.6 | 0.33 | 0.55 |
| Hex | AC | B3 | 68 | 4 | 0 | 2A | 1E | 42 | 21 | 37 |
| Octal | 254 | 263 | 150 | 4 | 0 | 52 | 36 | 102 | 41 | 67 |
| Binary | 10101100 | 10110011 | 1101000 | 100 | 0 | 101010 | 11110 | 1000010 | 100001 | 110111 |
Color Harmonies of #ACB368
Complementary color
Monochromatic Colors of #ACB368
Black with #ACB368
Text Example
Text Example
White with #ACB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB368; }
p { color: rgb(172,179,104); }
H1.HeaderClassName
{
color: #ACB368;
}
.AnyTagClassName
{
color: #ACB368;
}
</style>
background-color css
<style>
a { background-color: #ACB368; }
a { background-color: rgb(172,179,104); }
div.DivClassName
{
background-color: #ACB368;
}
.BgClassName
{
background-color: #ACB368;
}
</style>
border-color css
<style>
span { border-color: #ACB368; }
span { border-color: rgb(172,179,104); }
td.TdClassName
{
border-color: #ACB368;
}
.TagClassName
{
border-color: #ACB368;
}
</style>