Shades of Olivine #8FBB6A
Tints of Olivine #8FBB6A
RGB
CMYK
RGB Variations
Color information
#8FBB6A (or 0x8FBB6A) is known color: Olivine. HEX triplet: 8F, BB and 6A. RGB value is (143,187,106). Sum of RGB (Red+Green+Blue) = 143+187+106=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBB6A is #704495. Grayscale: #A4A4A4. Windows color (decimal): -7357590 or 6994831. OLE color: 6994831.
HSL color Cylindrical-coordinate representation of color #8FBB6A: hue angle of 92.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FBB6A is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 187 | 106 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.27 |
| HSL | 92.59º | 0.37% | 0.57% | - |
| HSV(B) | 92.59º | 0.43% | 0.73% | - |
| XYZ | 31.7 | 42.42 | 20.15 | - |
| YUV | 164.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 106 | 0.24 | 0 | 0.43 | 0.27 | 92.59 | 0.37 | 0.57 |
| Hex | 8F | BB | 6A | 18 | 0 | 2B | 1B | 5D | 25 | 39 |
| Octal | 217 | 273 | 152 | 30 | 0 | 53 | 33 | 135 | 45 | 71 |
| Binary | 10001111 | 10111011 | 1101010 | 11000 | 0 | 101011 | 11011 | 1011101 | 100101 | 111001 |
Color Harmonies of #8FBB6A
Complementary color
Monochromatic Colors of #8FBB6A
Black with #8FBB6A
Text Example
Text Example
White with #8FBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBB6A; }
p { color: rgb(143,187,106); }
H1.HeaderClassName
{
color: #8FBB6A;
}
.AnyTagClassName
{
color: #8FBB6A;
}
</style>
background-color css
<style>
a { background-color: #8FBB6A; }
a { background-color: rgb(143,187,106); }
div.DivClassName
{
background-color: #8FBB6A;
}
.BgClassName
{
background-color: #8FBB6A;
}
</style>
border-color css
<style>
span { border-color: #8FBB6A; }
span { border-color: rgb(143,187,106); }
td.TdClassName
{
border-color: #8FBB6A;
}
.TagClassName
{
border-color: #8FBB6A;
}
</style>