Shades of Olivine #8FBB6D
Tints of Olivine #8FBB6D
RGB
CMYK
RGB Variations
Color information
#8FBB6D (or 0x8FBB6D) is known color: Olivine. HEX triplet: 8F, BB and 6D. RGB value is (143,187,109). Sum of RGB (Red+Green+Blue) = 143+187+109=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBB6D is #704492. Grayscale: #A5A5A5. Windows color (decimal): -7357587 or 7191439. OLE color: 7191439.
HSL color Cylindrical-coordinate representation of color #8FBB6D: hue angle of 93.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FBB6D is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 109 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.27 |
| HSL | 93.85º | 0.36% | 0.58% | - |
| HSV(B) | 93.85º | 0.42% | 0.73% | - |
| XYZ | 31.86 | 42.48 | 20.99 | - |
| YUV | 164.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 109 | 0.24 | 0 | 0.42 | 0.27 | 93.85 | 0.36 | 0.58 |
| Hex | 8F | BB | 6D | 18 | 0 | 2A | 1B | 5E | 24 | 3A |
| Octal | 217 | 273 | 155 | 30 | 0 | 52 | 33 | 136 | 44 | 72 |
| Binary | 10001111 | 10111011 | 1101101 | 11000 | 0 | 101010 | 11011 | 1011110 | 100100 | 111010 |
Color Harmonies of #8FBB6D
Complementary color
Monochromatic Colors of #8FBB6D
Black with #8FBB6D
Text Example
Text Example
White with #8FBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBB6D; }
p { color: rgb(143,187,109); }
H1.HeaderClassName
{
color: #8FBB6D;
}
.AnyTagClassName
{
color: #8FBB6D;
}
</style>
background-color css
<style>
a { background-color: #8FBB6D; }
a { background-color: rgb(143,187,109); }
div.DivClassName
{
background-color: #8FBB6D;
}
.BgClassName
{
background-color: #8FBB6D;
}
</style>
border-color css
<style>
span { border-color: #8FBB6D; }
span { border-color: rgb(143,187,109); }
td.TdClassName
{
border-color: #8FBB6D;
}
.TagClassName
{
border-color: #8FBB6D;
}
</style>