Shades of Olivine #8FBC6C
Tints of Olivine #8FBC6C
RGB
CMYK
RGB Variations
Color information
#8FBC6C (or 0x8FBC6C) is known color: Olivine. HEX triplet: 8F, BC and 6C. RGB value is (143,188,108). Sum of RGB (Red+Green+Blue) = 143+188+108=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC6C is #704393. Grayscale: #A5A5A5. Windows color (decimal): -7357332 or 7126159. OLE color: 7126159.
HSL color Cylindrical-coordinate representation of color #8FBC6C: hue angle of 93.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBC6C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 108 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.26 |
| HSL | 93.75º | 0.37% | 0.58% | - |
| HSV(B) | 93.75º | 0.43% | 0.74% | - |
| XYZ | 32.02 | 42.89 | 20.78 | - |
| YUV | 165.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 108 | 0.24 | 0 | 0.43 | 0.26 | 93.75 | 0.37 | 0.58 |
| Hex | 8F | BC | 6C | 18 | 0 | 2B | 1A | 5E | 25 | 3A |
| Octal | 217 | 274 | 154 | 30 | 0 | 53 | 32 | 136 | 45 | 72 |
| Binary | 10001111 | 10111100 | 1101100 | 11000 | 0 | 101011 | 11010 | 1011110 | 100101 | 111010 |
Color Harmonies of #8FBC6C
Complementary color
Monochromatic Colors of #8FBC6C
Black with #8FBC6C
Text Example
Text Example
White with #8FBC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC6C; }
p { color: rgb(143,188,108); }
H1.HeaderClassName
{
color: #8FBC6C;
}
.AnyTagClassName
{
color: #8FBC6C;
}
</style>
background-color css
<style>
a { background-color: #8FBC6C; }
a { background-color: rgb(143,188,108); }
div.DivClassName
{
background-color: #8FBC6C;
}
.BgClassName
{
background-color: #8FBC6C;
}
</style>
border-color css
<style>
span { border-color: #8FBC6C; }
span { border-color: rgb(143,188,108); }
td.TdClassName
{
border-color: #8FBC6C;
}
.TagClassName
{
border-color: #8FBC6C;
}
</style>