Shades of Olivine #8FC06F
Tints of Olivine #8FC06F
RGB
CMYK
RGB Variations
Color information
#8FC06F (or 0x8FC06F) is known color: Olivine. HEX triplet: 8F, C0 and 6F. RGB value is (143,192,111). Sum of RGB (Red+Green+Blue) = 143+192+111=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC06F is #703F90. Grayscale: #A8A8A8. Windows color (decimal): -7356305 or 7323791. OLE color: 7323791.
HSL color Cylindrical-coordinate representation of color #8FC06F: hue angle of 96.3º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FC06F is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 111 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.25 |
| HSL | 96.3º | 0.39% | 0.59% | - |
| HSV(B) | 96.3º | 0.42% | 0.75% | - |
| XYZ | 33.05 | 44.69 | 21.92 | - |
| YUV | 168.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 111 | 0.26 | 0 | 0.42 | 0.25 | 96.3 | 0.39 | 0.59 |
| Hex | 8F | C0 | 6F | 1A | 0 | 2A | 19 | 60 | 27 | 3B |
| Octal | 217 | 300 | 157 | 32 | 0 | 52 | 31 | 140 | 47 | 73 |
| Binary | 10001111 | 11000000 | 1101111 | 11010 | 0 | 101010 | 11001 | 1100000 | 100111 | 111011 |
Color Harmonies of #8FC06F
Complementary color
Monochromatic Colors of #8FC06F
Black with #8FC06F
Text Example
Text Example
White with #8FC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC06F; }
p { color: rgb(143,192,111); }
H1.HeaderClassName
{
color: #8FC06F;
}
.AnyTagClassName
{
color: #8FC06F;
}
</style>
background-color css
<style>
a { background-color: #8FC06F; }
a { background-color: rgb(143,192,111); }
div.DivClassName
{
background-color: #8FC06F;
}
.BgClassName
{
background-color: #8FC06F;
}
</style>
border-color css
<style>
span { border-color: #8FC06F; }
span { border-color: rgb(143,192,111); }
td.TdClassName
{
border-color: #8FC06F;
}
.TagClassName
{
border-color: #8FC06F;
}
</style>