Shades of Olivine #8FC176
Tints of Olivine #8FC176
RGB
CMYK
RGB Variations
Color information
#8FC176 (or 0x8FC176) is known color: Olivine. HEX triplet: 8F, C1 and 76. RGB value is (143,193,118). Sum of RGB (Red+Green+Blue) = 143+193+118=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC176 is #703E89. Grayscale: #A9A9A9. Windows color (decimal): -7356042 or 7782799. OLE color: 7782799.
HSL color Cylindrical-coordinate representation of color #8FC176: hue angle of 100º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FC176 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 118 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.24 |
| HSL | 100º | 0.38% | 0.61% | - |
| HSV(B) | 100º | 0.39% | 0.76% | - |
| XYZ | 33.67 | 45.29 | 24.11 | - |
| YUV | 169.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 118 | 0.26 | 0 | 0.39 | 0.24 | 100 | 0.38 | 0.61 |
| Hex | 8F | C1 | 76 | 1A | 0 | 27 | 18 | 64 | 26 | 3D |
| Octal | 217 | 301 | 166 | 32 | 0 | 47 | 30 | 144 | 46 | 75 |
| Binary | 10001111 | 11000001 | 1110110 | 11010 | 0 | 100111 | 11000 | 1100100 | 100110 | 111101 |
Color Harmonies of #8FC176
Complementary color
Monochromatic Colors of #8FC176
Black with #8FC176
Text Example
Text Example
White with #8FC176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC176; }
p { color: rgb(143,193,118); }
H1.HeaderClassName
{
color: #8FC176;
}
.AnyTagClassName
{
color: #8FC176;
}
</style>
background-color css
<style>
a { background-color: #8FC176; }
a { background-color: rgb(143,193,118); }
div.DivClassName
{
background-color: #8FC176;
}
.BgClassName
{
background-color: #8FC176;
}
</style>
border-color css
<style>
span { border-color: #8FC176; }
span { border-color: rgb(143,193,118); }
td.TdClassName
{
border-color: #8FC176;
}
.TagClassName
{
border-color: #8FC176;
}
</style>