Shades of Olivine #8BBA73
Tints of Olivine #8BBA73
RGB
CMYK
RGB Variations
Color information
#8BBA73 (or 0x8BBA73) is known color: Olivine. HEX triplet: 8B, BA and 73. RGB value is (139,186,115). Sum of RGB (Red+Green+Blue) = 139+186+115=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA73 is #74458C. Grayscale: #A4A4A4. Windows color (decimal): -7619981 or 7584395. OLE color: 7584395.
HSL color Cylindrical-coordinate representation of color #8BBA73: hue angle of 99.72º 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 #8BBA73 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 115 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.27 |
| HSL | 99.72º | 0.34% | 0.59% | - |
| HSV(B) | 99.72º | 0.38% | 0.73% | - |
| XYZ | 31.3 | 41.84 | 22.65 | - |
| YUV | 163.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 115 | 0.25 | 0 | 0.38 | 0.27 | 99.72 | 0.34 | 0.59 |
| Hex | 8B | BA | 73 | 19 | 0 | 26 | 1B | 64 | 22 | 3B |
| Octal | 213 | 272 | 163 | 31 | 0 | 46 | 33 | 144 | 42 | 73 |
| Binary | 10001011 | 10111010 | 1110011 | 11001 | 0 | 100110 | 11011 | 1100100 | 100010 | 111011 |
Color Harmonies of #8BBA73
Complementary color
Monochromatic Colors of #8BBA73
Black with #8BBA73
Text Example
Text Example
White with #8BBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA73; }
p { color: rgb(139,186,115); }
H1.HeaderClassName
{
color: #8BBA73;
}
.AnyTagClassName
{
color: #8BBA73;
}
</style>
background-color css
<style>
a { background-color: #8BBA73; }
a { background-color: rgb(139,186,115); }
div.DivClassName
{
background-color: #8BBA73;
}
.BgClassName
{
background-color: #8BBA73;
}
</style>
border-color css
<style>
span { border-color: #8BBA73; }
span { border-color: rgb(139,186,115); }
td.TdClassName
{
border-color: #8BBA73;
}
.TagClassName
{
border-color: #8BBA73;
}
</style>