Shades of Olivine #8FBC73
Tints of Olivine #8FBC73
RGB
CMYK
RGB Variations
Color information
#8FBC73 (or 0x8FBC73) is known color: Olivine. HEX triplet: 8F, BC and 73. RGB value is (143,188,115). Sum of RGB (Red+Green+Blue) = 143+188+115=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC73 is #70438C. Grayscale: #A6A6A6. Windows color (decimal): -7357325 or 7584911. OLE color: 7584911.
HSL color Cylindrical-coordinate representation of color #8FBC73: hue angle of 96.99º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBC73 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 115 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.26 |
| HSL | 96.99º | 0.35% | 0.59% | - |
| HSV(B) | 96.99º | 0.39% | 0.74% | - |
| XYZ | 32.41 | 43.04 | 22.82 | - |
| YUV | 166.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 115 | 0.24 | 0 | 0.39 | 0.26 | 96.99 | 0.35 | 0.59 |
| Hex | 8F | BC | 73 | 18 | 0 | 27 | 1A | 61 | 23 | 3B |
| Octal | 217 | 274 | 163 | 30 | 0 | 47 | 32 | 141 | 43 | 73 |
| Binary | 10001111 | 10111100 | 1110011 | 11000 | 0 | 100111 | 11010 | 1100001 | 100011 | 111011 |
Color Harmonies of #8FBC73
Complementary color
Monochromatic Colors of #8FBC73
Black with #8FBC73
Text Example
Text Example
White with #8FBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC73; }
p { color: rgb(143,188,115); }
H1.HeaderClassName
{
color: #8FBC73;
}
.AnyTagClassName
{
color: #8FBC73;
}
</style>
background-color css
<style>
a { background-color: #8FBC73; }
a { background-color: rgb(143,188,115); }
div.DivClassName
{
background-color: #8FBC73;
}
.BgClassName
{
background-color: #8FBC73;
}
</style>
border-color css
<style>
span { border-color: #8FBC73; }
span { border-color: rgb(143,188,115); }
td.TdClassName
{
border-color: #8FBC73;
}
.TagClassName
{
border-color: #8FBC73;
}
</style>