Shades of Olivine #8FC570
Tints of Olivine #8FC570
RGB
CMYK
RGB Variations
Color information
#8FC570 (or 0x8FC570) is known color: Olivine. HEX triplet: 8F, C5 and 70. RGB value is (143,197,112). Sum of RGB (Red+Green+Blue) = 143+197+112=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC570 is #703A8F. Grayscale: #ABABAB. Windows color (decimal): -7355024 or 7390607. OLE color: 7390607.
HSL color Cylindrical-coordinate representation of color #8FC570: hue angle of 98.12º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC570 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 112 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.23 |
| HSL | 98.12º | 0.42% | 0.61% | - |
| HSV(B) | 98.12º | 0.43% | 0.77% | - |
| XYZ | 34.22 | 46.94 | 22.59 | - |
| YUV | 171.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 112 | 0.27 | 0 | 0.43 | 0.23 | 98.12 | 0.42 | 0.61 |
| Hex | 8F | C5 | 70 | 1B | 0 | 2B | 17 | 62 | 2A | 3D |
| Octal | 217 | 305 | 160 | 33 | 0 | 53 | 27 | 142 | 52 | 75 |
| Binary | 10001111 | 11000101 | 1110000 | 11011 | 0 | 101011 | 10111 | 1100010 | 101010 | 111101 |
Color Harmonies of #8FC570
Complementary color
Monochromatic Colors of #8FC570
Black with #8FC570
Text Example
Text Example
White with #8FC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC570; }
p { color: rgb(143,197,112); }
H1.HeaderClassName
{
color: #8FC570;
}
.AnyTagClassName
{
color: #8FC570;
}
</style>
background-color css
<style>
a { background-color: #8FC570; }
a { background-color: rgb(143,197,112); }
div.DivClassName
{
background-color: #8FC570;
}
.BgClassName
{
background-color: #8FC570;
}
</style>
border-color css
<style>
span { border-color: #8FC570; }
span { border-color: rgb(143,197,112); }
td.TdClassName
{
border-color: #8FC570;
}
.TagClassName
{
border-color: #8FC570;
}
</style>