Shades of Olivine #8FC072
Tints of Olivine #8FC072
RGB
CMYK
RGB Variations
Color information
#8FC072 (or 0x8FC072) is known color: Olivine. HEX triplet: 8F, C0 and 72. RGB value is (143,192,114). Sum of RGB (Red+Green+Blue) = 143+192+114=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC072 is #703F8D. Grayscale: #A8A8A8. Windows color (decimal): -7356302 or 7520399. OLE color: 7520399.
HSL color Cylindrical-coordinate representation of color #8FC072: hue angle of 97.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FC072 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 114 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.25 |
| HSL | 97.69º | 0.38% | 0.6% | - |
| HSV(B) | 97.69º | 0.41% | 0.75% | - |
| XYZ | 33.21 | 44.75 | 22.81 | - |
| YUV | 168.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 114 | 0.26 | 0 | 0.41 | 0.25 | 97.69 | 0.38 | 0.6 |
| Hex | 8F | C0 | 72 | 1A | 0 | 29 | 19 | 62 | 26 | 3C |
| Octal | 217 | 300 | 162 | 32 | 0 | 51 | 31 | 142 | 46 | 74 |
| Binary | 10001111 | 11000000 | 1110010 | 11010 | 0 | 101001 | 11001 | 1100010 | 100110 | 111100 |
Color Harmonies of #8FC072
Complementary color
Monochromatic Colors of #8FC072
Black with #8FC072
Text Example
Text Example
White with #8FC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC072; }
p { color: rgb(143,192,114); }
H1.HeaderClassName
{
color: #8FC072;
}
.AnyTagClassName
{
color: #8FC072;
}
</style>
background-color css
<style>
a { background-color: #8FC072; }
a { background-color: rgb(143,192,114); }
div.DivClassName
{
background-color: #8FC072;
}
.BgClassName
{
background-color: #8FC072;
}
</style>
border-color css
<style>
span { border-color: #8FC072; }
span { border-color: rgb(143,192,114); }
td.TdClassName
{
border-color: #8FC072;
}
.TagClassName
{
border-color: #8FC072;
}
</style>