Shades of Olivine #8FBA6D
Tints of Olivine #8FBA6D
RGB
CMYK
RGB Variations
Color information
#8FBA6D (or 0x8FBA6D) is known color: Olivine. HEX triplet: 8F, BA and 6D. RGB value is (143,186,109). Sum of RGB (Red+Green+Blue) = 143+186+109=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA6D is #704592. Grayscale: #A4A4A4. Windows color (decimal): -7357843 or 7191183. OLE color: 7191183.
HSL color Cylindrical-coordinate representation of color #8FBA6D: hue angle of 93.51º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FBA6D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 109 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.27 |
| HSL | 93.51º | 0.36% | 0.58% | - |
| HSV(B) | 93.51º | 0.41% | 0.73% | - |
| XYZ | 31.65 | 42.06 | 20.92 | - |
| YUV | 164.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 109 | 0.23 | 0 | 0.41 | 0.27 | 93.51 | 0.36 | 0.58 |
| Hex | 8F | BA | 6D | 17 | 0 | 29 | 1B | 5E | 24 | 3A |
| Octal | 217 | 272 | 155 | 27 | 0 | 51 | 33 | 136 | 44 | 72 |
| Binary | 10001111 | 10111010 | 1101101 | 10111 | 0 | 101001 | 11011 | 1011110 | 100100 | 111010 |
Color Harmonies of #8FBA6D
Complementary color
Monochromatic Colors of #8FBA6D
Black with #8FBA6D
Text Example
Text Example
White with #8FBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA6D; }
p { color: rgb(143,186,109); }
H1.HeaderClassName
{
color: #8FBA6D;
}
.AnyTagClassName
{
color: #8FBA6D;
}
</style>
background-color css
<style>
a { background-color: #8FBA6D; }
a { background-color: rgb(143,186,109); }
div.DivClassName
{
background-color: #8FBA6D;
}
.BgClassName
{
background-color: #8FBA6D;
}
</style>
border-color css
<style>
span { border-color: #8FBA6D; }
span { border-color: rgb(143,186,109); }
td.TdClassName
{
border-color: #8FBA6D;
}
.TagClassName
{
border-color: #8FBA6D;
}
</style>