Shades of Olivine #8FC278
Tints of Olivine #8FC278
RGB
CMYK
RGB Variations
Color information
#8FC278 (or 0x8FC278) is known color: Olivine. HEX triplet: 8F, C2 and 78. RGB value is (143,194,120). Sum of RGB (Red+Green+Blue) = 143+194+120=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC278 is #703D87. Grayscale: #AAAAAA. Windows color (decimal): -7355784 or 7914127. OLE color: 7914127.
HSL color Cylindrical-coordinate representation of color #8FC278: hue angle of 101.35º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC278 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 120 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.24 |
| HSL | 101.35º | 0.38% | 0.62% | - |
| HSV(B) | 101.35º | 0.38% | 0.76% | - |
| XYZ | 34.01 | 45.78 | 24.81 | - |
| YUV | 170.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 120 | 0.26 | 0 | 0.38 | 0.24 | 101.35 | 0.38 | 0.62 |
| Hex | 8F | C2 | 78 | 1A | 0 | 26 | 18 | 65 | 26 | 3E |
| Octal | 217 | 302 | 170 | 32 | 0 | 46 | 30 | 145 | 46 | 76 |
| Binary | 10001111 | 11000010 | 1111000 | 11010 | 0 | 100110 | 11000 | 1100101 | 100110 | 111110 |
Color Harmonies of #8FC278
Complementary color
Monochromatic Colors of #8FC278
Black with #8FC278
Text Example
Text Example
White with #8FC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC278; }
p { color: rgb(143,194,120); }
H1.HeaderClassName
{
color: #8FC278;
}
.AnyTagClassName
{
color: #8FC278;
}
</style>
background-color css
<style>
a { background-color: #8FC278; }
a { background-color: rgb(143,194,120); }
div.DivClassName
{
background-color: #8FC278;
}
.BgClassName
{
background-color: #8FC278;
}
</style>
border-color css
<style>
span { border-color: #8FC278; }
span { border-color: rgb(143,194,120); }
td.TdClassName
{
border-color: #8FC278;
}
.TagClassName
{
border-color: #8FC278;
}
</style>