Shades of Olivine #8FBC7D
Tints of Olivine #8FBC7D
RGB
CMYK
RGB Variations
Color information
#8FBC7D (or 0x8FBC7D) is known color: Olivine. HEX triplet: 8F, BC and 7D. RGB value is (143,188,125). Sum of RGB (Red+Green+Blue) = 143+188+125=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC7D is #704382. Grayscale: #A7A7A7. Windows color (decimal): -7357315 or 8240271. OLE color: 8240271.
HSL color Cylindrical-coordinate representation of color #8FBC7D: hue angle of 102.86º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBC7D is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 125 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.26 |
| HSL | 102.86º | 0.32% | 0.61% | - |
| HSV(B) | 102.86º | 0.34% | 0.74% | - |
| XYZ | 33.01 | 43.29 | 26.02 | - |
| YUV | 167.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 125 | 0.24 | 0 | 0.34 | 0.26 | 102.86 | 0.32 | 0.61 |
| Hex | 8F | BC | 7D | 18 | 0 | 22 | 1A | 67 | 20 | 3D |
| Octal | 217 | 274 | 175 | 30 | 0 | 42 | 32 | 147 | 40 | 75 |
| Binary | 10001111 | 10111100 | 1111101 | 11000 | 0 | 100010 | 11010 | 1100111 | 100000 | 111101 |
Color Harmonies of #8FBC7D
Complementary color
Monochromatic Colors of #8FBC7D
Black with #8FBC7D
Text Example
Text Example
White with #8FBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC7D; }
p { color: rgb(143,188,125); }
H1.HeaderClassName
{
color: #8FBC7D;
}
.AnyTagClassName
{
color: #8FBC7D;
}
</style>
background-color css
<style>
a { background-color: #8FBC7D; }
a { background-color: rgb(143,188,125); }
div.DivClassName
{
background-color: #8FBC7D;
}
.BgClassName
{
background-color: #8FBC7D;
}
</style>
border-color css
<style>
span { border-color: #8FBC7D; }
span { border-color: rgb(143,188,125); }
td.TdClassName
{
border-color: #8FBC7D;
}
.TagClassName
{
border-color: #8FBC7D;
}
</style>