Shades of Olive Green #ABB766
Tints of Olive Green #ABB766
RGB
CMYK
RGB Variations
Color information
#ABB766 (or 0xABB766) is known color: Olive Green. HEX triplet: AB, B7 and 66. RGB value is (171,183,102). Sum of RGB (Red+Green+Blue) = 171+183+102=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB766 is #544899. Grayscale: #AAAAAA. Windows color (decimal): -5523610 or 6731691. OLE color: 6731691.
HSL color Cylindrical-coordinate representation of color #ABB766: hue angle of 68.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABB766 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 102 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.28 |
| HSL | 68.89º | 0.36% | 0.56% | - |
| HSV(B) | 68.89º | 0.44% | 0.72% | - |
| XYZ | 36.13 | 43.48 | 19.06 | - |
| YUV | 170.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 102 | 0.07 | 0 | 0.44 | 0.28 | 68.89 | 0.36 | 0.56 |
| Hex | AB | B7 | 66 | 7 | 0 | 2C | 1C | 45 | 24 | 38 |
| Octal | 253 | 267 | 146 | 7 | 0 | 54 | 34 | 105 | 44 | 70 |
| Binary | 10101011 | 10110111 | 1100110 | 111 | 0 | 101100 | 11100 | 1000101 | 100100 | 111000 |
Color Harmonies of #ABB766
Complementary color
Monochromatic Colors of #ABB766
Black with #ABB766
Text Example
Text Example
White with #ABB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB766; }
p { color: rgb(171,183,102); }
H1.HeaderClassName
{
color: #ABB766;
}
.AnyTagClassName
{
color: #ABB766;
}
</style>
background-color css
<style>
a { background-color: #ABB766; }
a { background-color: rgb(171,183,102); }
div.DivClassName
{
background-color: #ABB766;
}
.BgClassName
{
background-color: #ABB766;
}
</style>
border-color css
<style>
span { border-color: #ABB766; }
span { border-color: rgb(171,183,102); }
td.TdClassName
{
border-color: #ABB766;
}
.TagClassName
{
border-color: #ABB766;
}
</style>