Shades of Olive Green #ABAC63
Tints of Olive Green #ABAC63
RGB
CMYK
RGB Variations
Color information
#ABAC63 (or 0xABAC63) is known color: Olive Green. HEX triplet: AB, AC and 63. RGB value is (171,172,99). Sum of RGB (Red+Green+Blue) = 171+172+99=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC63 is #54539C. Grayscale: #A3A3A3. Windows color (decimal): -5526429 or 6532267. OLE color: 6532267.
HSL color Cylindrical-coordinate representation of color #ABAC63: hue angle of 60.82º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABAC63 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 99 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.33 |
| HSL | 60.82º | 0.31% | 0.53% | - |
| HSV(B) | 60.82º | 0.42% | 0.67% | - |
| XYZ | 33.8 | 39.06 | 17.56 | - |
| YUV | 163.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 99 | 0.01 | 0 | 0.42 | 0.33 | 60.82 | 0.31 | 0.53 |
| Hex | AB | AC | 63 | 1 | 0 | 2A | 21 | 3D | 1F | 35 |
| Octal | 253 | 254 | 143 | 1 | 0 | 52 | 41 | 75 | 37 | 65 |
| Binary | 10101011 | 10101100 | 1100011 | 1 | 0 | 101010 | 100001 | 111101 | 11111 | 110101 |
Color Harmonies of #ABAC63
Complementary color
Monochromatic Colors of #ABAC63
Black with #ABAC63
Text Example
Text Example
White with #ABAC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC63; }
p { color: rgb(171,172,99); }
H1.HeaderClassName
{
color: #ABAC63;
}
.AnyTagClassName
{
color: #ABAC63;
}
</style>
background-color css
<style>
a { background-color: #ABAC63; }
a { background-color: rgb(171,172,99); }
div.DivClassName
{
background-color: #ABAC63;
}
.BgClassName
{
background-color: #ABAC63;
}
</style>
border-color css
<style>
span { border-color: #ABAC63; }
span { border-color: rgb(171,172,99); }
td.TdClassName
{
border-color: #ABAC63;
}
.TagClassName
{
border-color: #ABAC63;
}
</style>