Shades of Olive Green #ABAC67
Tints of Olive Green #ABAC67
RGB
CMYK
RGB Variations
Color information
#ABAC67 (or 0xABAC67) is known color: Olive Green. HEX triplet: AB, AC and 67. RGB value is (171,172,103). Sum of RGB (Red+Green+Blue) = 171+172+103=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC67 is #545398. Grayscale: #A4A4A4. Windows color (decimal): -5526425 or 6794411. OLE color: 6794411.
HSL color Cylindrical-coordinate representation of color #ABAC67: hue angle of 60.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABAC67 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 103 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.33 |
| HSL | 60.87º | 0.29% | 0.54% | - |
| HSV(B) | 60.87º | 0.4% | 0.67% | - |
| XYZ | 34 | 39.14 | 18.6 | - |
| YUV | 163.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 103 | 0.01 | 0 | 0.40 | 0.33 | 60.87 | 0.29 | 0.54 |
| Hex | AB | AC | 67 | 1 | 0 | 28 | 21 | 3D | 1D | 36 |
| Octal | 253 | 254 | 147 | 1 | 0 | 50 | 41 | 75 | 35 | 66 |
| Binary | 10101011 | 10101100 | 1100111 | 1 | 0 | 101000 | 100001 | 111101 | 11101 | 110110 |
Color Harmonies of #ABAC67
Complementary color
Monochromatic Colors of #ABAC67
Black with #ABAC67
Text Example
Text Example
White with #ABAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC67; }
p { color: rgb(171,172,103); }
H1.HeaderClassName
{
color: #ABAC67;
}
.AnyTagClassName
{
color: #ABAC67;
}
</style>
background-color css
<style>
a { background-color: #ABAC67; }
a { background-color: rgb(171,172,103); }
div.DivClassName
{
background-color: #ABAC67;
}
.BgClassName
{
background-color: #ABAC67;
}
</style>
border-color css
<style>
span { border-color: #ABAC67; }
span { border-color: rgb(171,172,103); }
td.TdClassName
{
border-color: #ABAC67;
}
.TagClassName
{
border-color: #ABAC67;
}
</style>