Shades of Olivine #8FBF7B
Tints of Olivine #8FBF7B
RGB
CMYK
RGB Variations
Color information
#8FBF7B (or 0x8FBF7B) is known color: Olivine. HEX triplet: 8F, BF and 7B. RGB value is (143,191,123). Sum of RGB (Red+Green+Blue) = 143+191+123=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF7B is #704084. Grayscale: #A9A9A9. Windows color (decimal): -7356549 or 8109967. OLE color: 8109967.
HSL color Cylindrical-coordinate representation of color #8FBF7B: hue angle of 102.35º degrees, saturation: 0.35, 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 #8FBF7B is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 123 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.25 |
| HSL | 102.35º | 0.35% | 0.62% | - |
| HSV(B) | 102.35º | 0.36% | 0.75% | - |
| XYZ | 33.53 | 44.53 | 25.57 | - |
| YUV | 168.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 123 | 0.25 | 0 | 0.36 | 0.25 | 102.35 | 0.35 | 0.62 |
| Hex | 8F | BF | 7B | 19 | 0 | 24 | 19 | 66 | 23 | 3E |
| Octal | 217 | 277 | 173 | 31 | 0 | 44 | 31 | 146 | 43 | 76 |
| Binary | 10001111 | 10111111 | 1111011 | 11001 | 0 | 100100 | 11001 | 1100110 | 100011 | 111110 |
Color Harmonies of #8FBF7B
Complementary color
Monochromatic Colors of #8FBF7B
Black with #8FBF7B
Text Example
Text Example
White with #8FBF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF7B; }
p { color: rgb(143,191,123); }
H1.HeaderClassName
{
color: #8FBF7B;
}
.AnyTagClassName
{
color: #8FBF7B;
}
</style>
background-color css
<style>
a { background-color: #8FBF7B; }
a { background-color: rgb(143,191,123); }
div.DivClassName
{
background-color: #8FBF7B;
}
.BgClassName
{
background-color: #8FBF7B;
}
</style>
border-color css
<style>
span { border-color: #8FBF7B; }
span { border-color: rgb(143,191,123); }
td.TdClassName
{
border-color: #8FBF7B;
}
.TagClassName
{
border-color: #8FBF7B;
}
</style>