Shades of Olive Green #ABAF63
Tints of Olive Green #ABAF63
RGB
CMYK
RGB Variations
Color information
#ABAF63 (or 0xABAF63) is known color: Olive Green. HEX triplet: AB, AF and 63. RGB value is (171,175,99). Sum of RGB (Red+Green+Blue) = 171+175+99=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF63 is #54509C. Grayscale: #A5A5A5. Windows color (decimal): -5525661 or 6533035. OLE color: 6533035.
HSL color Cylindrical-coordinate representation of color #ABAF63: hue angle of 63.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABAF63 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 99 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.31 |
| HSL | 63.16º | 0.32% | 0.54% | - |
| HSV(B) | 63.16º | 0.43% | 0.69% | - |
| XYZ | 34.38 | 40.22 | 17.76 | - |
| YUV | 165.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 99 | 0.02 | 0 | 0.43 | 0.31 | 63.16 | 0.32 | 0.54 |
| Hex | AB | AF | 63 | 2 | 0 | 2B | 1F | 3F | 20 | 36 |
| Octal | 253 | 257 | 143 | 2 | 0 | 53 | 37 | 77 | 40 | 66 |
| Binary | 10101011 | 10101111 | 1100011 | 10 | 0 | 101011 | 11111 | 111111 | 100000 | 110110 |
Color Harmonies of #ABAF63
Complementary color
Monochromatic Colors of #ABAF63
Black with #ABAF63
Text Example
Text Example
White with #ABAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF63; }
p { color: rgb(171,175,99); }
H1.HeaderClassName
{
color: #ABAF63;
}
.AnyTagClassName
{
color: #ABAF63;
}
</style>
background-color css
<style>
a { background-color: #ABAF63; }
a { background-color: rgb(171,175,99); }
div.DivClassName
{
background-color: #ABAF63;
}
.BgClassName
{
background-color: #ABAF63;
}
</style>
border-color css
<style>
span { border-color: #ABAF63; }
span { border-color: rgb(171,175,99); }
td.TdClassName
{
border-color: #ABAF63;
}
.TagClassName
{
border-color: #ABAF63;
}
</style>