Shades of Olivine #8FB968
Tints of Olivine #8FB968
RGB
CMYK
RGB Variations
Color information
#8FB968 (or 0x8FB968) is known color: Olivine. HEX triplet: 8F, B9 and 68. RGB value is (143,185,104). Sum of RGB (Red+Green+Blue) = 143+185+104=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB968 is #704697. Grayscale: #A3A3A3. Windows color (decimal): -7358104 or 6863247. OLE color: 6863247.
HSL color Cylindrical-coordinate representation of color #8FB968: hue angle of 91.11º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FB968 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 185 | 104 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.27 |
| HSL | 91.11º | 0.37% | 0.57% | - |
| HSV(B) | 91.11º | 0.44% | 0.73% | - |
| XYZ | 31.18 | 41.54 | 19.47 | - |
| YUV | 163.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 104 | 0.23 | 0 | 0.44 | 0.27 | 91.11 | 0.37 | 0.57 |
| Hex | 8F | B9 | 68 | 17 | 0 | 2C | 1B | 5B | 25 | 39 |
| Octal | 217 | 271 | 150 | 27 | 0 | 54 | 33 | 133 | 45 | 71 |
| Binary | 10001111 | 10111001 | 1101000 | 10111 | 0 | 101100 | 11011 | 1011011 | 100101 | 111001 |
Color Harmonies of #8FB968
Complementary color
Monochromatic Colors of #8FB968
Black with #8FB968
Text Example
Text Example
White with #8FB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB968; }
p { color: rgb(143,185,104); }
H1.HeaderClassName
{
color: #8FB968;
}
.AnyTagClassName
{
color: #8FB968;
}
</style>
background-color css
<style>
a { background-color: #8FB968; }
a { background-color: rgb(143,185,104); }
div.DivClassName
{
background-color: #8FB968;
}
.BgClassName
{
background-color: #8FB968;
}
</style>
border-color css
<style>
span { border-color: #8FB968; }
span { border-color: rgb(143,185,104); }
td.TdClassName
{
border-color: #8FB968;
}
.TagClassName
{
border-color: #8FB968;
}
</style>