Shades of Olivine #8FBC6F
Tints of Olivine #8FBC6F
RGB
CMYK
RGB Variations
Color information
#8FBC6F (or 0x8FBC6F) is known color: Olivine. HEX triplet: 8F, BC and 6F. RGB value is (143,188,111). Sum of RGB (Red+Green+Blue) = 143+188+111=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBC6F is #704390. Grayscale: #A6A6A6. Windows color (decimal): -7357329 or 7322767. OLE color: 7322767.
HSL color Cylindrical-coordinate representation of color #8FBC6F: hue angle of 95.06º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FBC6F is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 111 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.26 |
| HSL | 95.06º | 0.36% | 0.59% | - |
| HSV(B) | 95.06º | 0.41% | 0.74% | - |
| XYZ | 32.18 | 42.95 | 21.63 | - |
| YUV | 165.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 111 | 0.24 | 0 | 0.41 | 0.26 | 95.06 | 0.36 | 0.59 |
| Hex | 8F | BC | 6F | 18 | 0 | 29 | 1A | 5F | 24 | 3B |
| Octal | 217 | 274 | 157 | 30 | 0 | 51 | 32 | 137 | 44 | 73 |
| Binary | 10001111 | 10111100 | 1101111 | 11000 | 0 | 101001 | 11010 | 1011111 | 100100 | 111011 |
Color Harmonies of #8FBC6F
Complementary color
Monochromatic Colors of #8FBC6F
Black with #8FBC6F
Text Example
Text Example
White with #8FBC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC6F; }
p { color: rgb(143,188,111); }
H1.HeaderClassName
{
color: #8FBC6F;
}
.AnyTagClassName
{
color: #8FBC6F;
}
</style>
background-color css
<style>
a { background-color: #8FBC6F; }
a { background-color: rgb(143,188,111); }
div.DivClassName
{
background-color: #8FBC6F;
}
.BgClassName
{
background-color: #8FBC6F;
}
</style>
border-color css
<style>
span { border-color: #8FBC6F; }
span { border-color: rgb(143,188,111); }
td.TdClassName
{
border-color: #8FBC6F;
}
.TagClassName
{
border-color: #8FBC6F;
}
</style>