Shades of Olivine #8FC06D
Tints of Olivine #8FC06D
RGB
CMYK
RGB Variations
Color information
#8FC06D (or 0x8FC06D) is known color: Olivine. HEX triplet: 8F, C0 and 6D. RGB value is (143,192,109). Sum of RGB (Red+Green+Blue) = 143+192+109=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC06D is #703F92. Grayscale: #A8A8A8. Windows color (decimal): -7356307 or 7192719. OLE color: 7192719.
HSL color Cylindrical-coordinate representation of color #8FC06D: hue angle of 95.42º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC06D is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 109 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.25 |
| HSL | 95.42º | 0.4% | 0.59% | - |
| HSV(B) | 95.42º | 0.43% | 0.75% | - |
| XYZ | 32.94 | 44.64 | 21.35 | - |
| YUV | 167.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 109 | 0.26 | 0 | 0.43 | 0.25 | 95.42 | 0.4 | 0.59 |
| Hex | 8F | C0 | 6D | 1A | 0 | 2B | 19 | 5F | 28 | 3B |
| Octal | 217 | 300 | 155 | 32 | 0 | 53 | 31 | 137 | 50 | 73 |
| Binary | 10001111 | 11000000 | 1101101 | 11010 | 0 | 101011 | 11001 | 1011111 | 101000 | 111011 |
Color Harmonies of #8FC06D
Complementary color
Monochromatic Colors of #8FC06D
Black with #8FC06D
Text Example
Text Example
White with #8FC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC06D; }
p { color: rgb(143,192,109); }
H1.HeaderClassName
{
color: #8FC06D;
}
.AnyTagClassName
{
color: #8FC06D;
}
</style>
background-color css
<style>
a { background-color: #8FC06D; }
a { background-color: rgb(143,192,109); }
div.DivClassName
{
background-color: #8FC06D;
}
.BgClassName
{
background-color: #8FC06D;
}
</style>
border-color css
<style>
span { border-color: #8FC06D; }
span { border-color: rgb(143,192,109); }
td.TdClassName
{
border-color: #8FC06D;
}
.TagClassName
{
border-color: #8FC06D;
}
</style>