Shades of Olivine #8FBC6D
Tints of Olivine #8FBC6D
RGB
CMYK
RGB Variations
Color information
#8FBC6D (or 0x8FBC6D) is known color: Olivine. HEX triplet: 8F, BC and 6D. RGB value is (143,188,109). Sum of RGB (Red+Green+Blue) = 143+188+109=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC6D is #704392. Grayscale: #A5A5A5. Windows color (decimal): -7357331 or 7191695. OLE color: 7191695.
HSL color Cylindrical-coordinate representation of color #8FBC6D: hue angle of 94.18º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FBC6D is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 109 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.26 |
| HSL | 94.18º | 0.37% | 0.58% | - |
| HSV(B) | 94.18º | 0.42% | 0.74% | - |
| XYZ | 32.07 | 42.91 | 21.06 | - |
| YUV | 165.54 | 96.09 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 109 | 0.24 | 0 | 0.42 | 0.26 | 94.18 | 0.37 | 0.58 |
| Hex | 8F | BC | 6D | 18 | 0 | 2A | 1A | 5E | 25 | 3A |
| Octal | 217 | 274 | 155 | 30 | 0 | 52 | 32 | 136 | 45 | 72 |
| Binary | 10001111 | 10111100 | 1101101 | 11000 | 0 | 101010 | 11010 | 1011110 | 100101 | 111010 |
Color Harmonies of #8FBC6D
Complementary color
Monochromatic Colors of #8FBC6D
Black with #8FBC6D
Text Example
Text Example
White with #8FBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC6D; }
p { color: rgb(143,188,109); }
H1.HeaderClassName
{
color: #8FBC6D;
}
.AnyTagClassName
{
color: #8FBC6D;
}
</style>
background-color css
<style>
a { background-color: #8FBC6D; }
a { background-color: rgb(143,188,109); }
div.DivClassName
{
background-color: #8FBC6D;
}
.BgClassName
{
background-color: #8FBC6D;
}
</style>
border-color css
<style>
span { border-color: #8FBC6D; }
span { border-color: rgb(143,188,109); }
td.TdClassName
{
border-color: #8FBC6D;
}
.TagClassName
{
border-color: #8FBC6D;
}
</style>