Shades of Olivine #8FC07A
Tints of Olivine #8FC07A
RGB
CMYK
RGB Variations
Color information
#8FC07A (or 0x8FC07A) is known color: Olivine. HEX triplet: 8F, C0 and 7A. RGB value is (143,192,122). Sum of RGB (Red+Green+Blue) = 143+192+122=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC07A is #703F85. Grayscale: #A9A9A9. Windows color (decimal): -7356294 or 8044687. OLE color: 8044687.
HSL color Cylindrical-coordinate representation of color #8FC07A: hue angle of 102º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FC07A is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 122 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.25 |
| HSL | 102º | 0.36% | 0.62% | - |
| HSV(B) | 102º | 0.36% | 0.75% | - |
| XYZ | 33.69 | 44.94 | 25.31 | - |
| YUV | 169.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 122 | 0.26 | 0 | 0.36 | 0.25 | 102 | 0.36 | 0.62 |
| Hex | 8F | C0 | 7A | 1A | 0 | 24 | 19 | 66 | 24 | 3E |
| Octal | 217 | 300 | 172 | 32 | 0 | 44 | 31 | 146 | 44 | 76 |
| Binary | 10001111 | 11000000 | 1111010 | 11010 | 0 | 100100 | 11001 | 1100110 | 100100 | 111110 |
Color Harmonies of #8FC07A
Complementary color
Monochromatic Colors of #8FC07A
Black with #8FC07A
Text Example
Text Example
White with #8FC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC07A; }
p { color: rgb(143,192,122); }
H1.HeaderClassName
{
color: #8FC07A;
}
.AnyTagClassName
{
color: #8FC07A;
}
</style>
background-color css
<style>
a { background-color: #8FC07A; }
a { background-color: rgb(143,192,122); }
div.DivClassName
{
background-color: #8FC07A;
}
.BgClassName
{
background-color: #8FC07A;
}
</style>
border-color css
<style>
span { border-color: #8FC07A; }
span { border-color: rgb(143,192,122); }
td.TdClassName
{
border-color: #8FC07A;
}
.TagClassName
{
border-color: #8FC07A;
}
</style>