Shades of Olive Green #ABAF5B
Tints of Olive Green #ABAF5B
RGB
CMYK
RGB Variations
Color information
#ABAF5B (or 0xABAF5B) is known color: Olive Green. HEX triplet: AB, AF and 5B. RGB value is (171,175,91). Sum of RGB (Red+Green+Blue) = 171+175+91=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF5B is #5450A4. Grayscale: #A4A4A4. Windows color (decimal): -5525669 or 6008747. OLE color: 6008747.
HSL color Cylindrical-coordinate representation of color #ABAF5B: hue angle of 62.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABAF5B is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 91 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.31 |
| HSL | 62.86º | 0.34% | 0.52% | - |
| HSV(B) | 62.86º | 0.48% | 0.69% | - |
| XYZ | 34.01 | 40.07 | 15.84 | - |
| YUV | 164.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 91 | 0.02 | 0 | 0.48 | 0.31 | 62.86 | 0.34 | 0.52 |
| Hex | AB | AF | 5B | 2 | 0 | 30 | 1F | 3F | 22 | 34 |
| Octal | 253 | 257 | 133 | 2 | 0 | 60 | 37 | 77 | 42 | 64 |
| Binary | 10101011 | 10101111 | 1011011 | 10 | 0 | 110000 | 11111 | 111111 | 100010 | 110100 |
Color Harmonies of #ABAF5B
Complementary color
Monochromatic Colors of #ABAF5B
Black with #ABAF5B
Text Example
Text Example
White with #ABAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF5B; }
p { color: rgb(171,175,91); }
H1.HeaderClassName
{
color: #ABAF5B;
}
.AnyTagClassName
{
color: #ABAF5B;
}
</style>
background-color css
<style>
a { background-color: #ABAF5B; }
a { background-color: rgb(171,175,91); }
div.DivClassName
{
background-color: #ABAF5B;
}
.BgClassName
{
background-color: #ABAF5B;
}
</style>
border-color css
<style>
span { border-color: #ABAF5B; }
span { border-color: rgb(171,175,91); }
td.TdClassName
{
border-color: #ABAF5B;
}
.TagClassName
{
border-color: #ABAF5B;
}
</style>