Shades of Olivine #8BB972
Tints of Olivine #8BB972
RGB
CMYK
RGB Variations
Color information
#8BB972 (or 0x8BB972) is known color: Olivine. HEX triplet: 8B, B9 and 72. RGB value is (139,185,114). Sum of RGB (Red+Green+Blue) = 139+185+114=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB972 is #74468D. Grayscale: #A3A3A3. Windows color (decimal): -7620238 or 7518603. OLE color: 7518603.
HSL color Cylindrical-coordinate representation of color #8BB972: hue angle of 98.87º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BB972 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 185 | 114 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.27 |
| HSL | 98.87º | 0.34% | 0.59% | - |
| HSV(B) | 98.87º | 0.38% | 0.73% | - |
| XYZ | 31.03 | 41.4 | 22.28 | - |
| YUV | 163.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 185 | 114 | 0.25 | 0 | 0.38 | 0.27 | 98.87 | 0.34 | 0.59 |
| Hex | 8B | B9 | 72 | 19 | 0 | 26 | 1B | 63 | 22 | 3B |
| Octal | 213 | 271 | 162 | 31 | 0 | 46 | 33 | 143 | 42 | 73 |
| Binary | 10001011 | 10111001 | 1110010 | 11001 | 0 | 100110 | 11011 | 1100011 | 100010 | 111011 |
Color Harmonies of #8BB972
Complementary color
Monochromatic Colors of #8BB972
Black with #8BB972
Text Example
Text Example
White with #8BB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB972; }
p { color: rgb(139,185,114); }
H1.HeaderClassName
{
color: #8BB972;
}
.AnyTagClassName
{
color: #8BB972;
}
</style>
background-color css
<style>
a { background-color: #8BB972; }
a { background-color: rgb(139,185,114); }
div.DivClassName
{
background-color: #8BB972;
}
.BgClassName
{
background-color: #8BB972;
}
</style>
border-color css
<style>
span { border-color: #8BB972; }
span { border-color: rgb(139,185,114); }
td.TdClassName
{
border-color: #8BB972;
}
.TagClassName
{
border-color: #8BB972;
}
</style>