Shades of Olivine #8FC070
Tints of Olivine #8FC070
RGB
CMYK
RGB Variations
Color information
#8FC070 (or 0x8FC070) is known color: Olivine. HEX triplet: 8F, C0 and 70. RGB value is (143,192,112). Sum of RGB (Red+Green+Blue) = 143+192+112=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC070 is #703F8F. Grayscale: #A8A8A8. Windows color (decimal): -7356304 or 7389327. OLE color: 7389327.
HSL color Cylindrical-coordinate representation of color #8FC070: hue angle of 96.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FC070 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 112 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.25 |
| HSL | 96.75º | 0.39% | 0.6% | - |
| HSV(B) | 96.75º | 0.42% | 0.75% | - |
| XYZ | 33.1 | 44.71 | 22.21 | - |
| YUV | 168.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 112 | 0.26 | 0 | 0.42 | 0.25 | 96.75 | 0.39 | 0.6 |
| Hex | 8F | C0 | 70 | 1A | 0 | 2A | 19 | 61 | 27 | 3C |
| Octal | 217 | 300 | 160 | 32 | 0 | 52 | 31 | 141 | 47 | 74 |
| Binary | 10001111 | 11000000 | 1110000 | 11010 | 0 | 101010 | 11001 | 1100001 | 100111 | 111100 |
Color Harmonies of #8FC070
Complementary color
Monochromatic Colors of #8FC070
Black with #8FC070
Text Example
Text Example
White with #8FC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC070; }
p { color: rgb(143,192,112); }
H1.HeaderClassName
{
color: #8FC070;
}
.AnyTagClassName
{
color: #8FC070;
}
</style>
background-color css
<style>
a { background-color: #8FC070; }
a { background-color: rgb(143,192,112); }
div.DivClassName
{
background-color: #8FC070;
}
.BgClassName
{
background-color: #8FC070;
}
</style>
border-color css
<style>
span { border-color: #8FC070; }
span { border-color: rgb(143,192,112); }
td.TdClassName
{
border-color: #8FC070;
}
.TagClassName
{
border-color: #8FC070;
}
</style>