Shades of Olivine #8FC56C
Tints of Olivine #8FC56C
RGB
CMYK
RGB Variations
Color information
#8FC56C (or 0x8FC56C) is known color: Olivine. HEX triplet: 8F, C5 and 6C. RGB value is (143,197,108). Sum of RGB (Red+Green+Blue) = 143+197+108=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC56C is #703A93. Grayscale: #ABABAB. Windows color (decimal): -7355028 or 7128463. OLE color: 7128463.
HSL color Cylindrical-coordinate representation of color #8FC56C: hue angle of 96.4º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FC56C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 108 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.23 |
| HSL | 96.4º | 0.43% | 0.6% | - |
| HSV(B) | 96.4º | 0.45% | 0.77% | - |
| XYZ | 34 | 46.85 | 21.44 | - |
| YUV | 170.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 108 | 0.27 | 0 | 0.45 | 0.23 | 96.4 | 0.43 | 0.6 |
| Hex | 8F | C5 | 6C | 1B | 0 | 2D | 17 | 60 | 2B | 3C |
| Octal | 217 | 305 | 154 | 33 | 0 | 55 | 27 | 140 | 53 | 74 |
| Binary | 10001111 | 11000101 | 1101100 | 11011 | 0 | 101101 | 10111 | 1100000 | 101011 | 111100 |
Color Harmonies of #8FC56C
Complementary color
Monochromatic Colors of #8FC56C
Black with #8FC56C
Text Example
Text Example
White with #8FC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC56C; }
p { color: rgb(143,197,108); }
H1.HeaderClassName
{
color: #8FC56C;
}
.AnyTagClassName
{
color: #8FC56C;
}
</style>
background-color css
<style>
a { background-color: #8FC56C; }
a { background-color: rgb(143,197,108); }
div.DivClassName
{
background-color: #8FC56C;
}
.BgClassName
{
background-color: #8FC56C;
}
</style>
border-color css
<style>
span { border-color: #8FC56C; }
span { border-color: rgb(143,197,108); }
td.TdClassName
{
border-color: #8FC56C;
}
.TagClassName
{
border-color: #8FC56C;
}
</style>