Shades of Olivine #8FBA7D
Tints of Olivine #8FBA7D
RGB
CMYK
RGB Variations
Color information
#8FBA7D (or 0x8FBA7D) is known color: Olivine. HEX triplet: 8F, BA and 7D. RGB value is (143,186,125). Sum of RGB (Red+Green+Blue) = 143+186+125=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBA7D is #704582. Grayscale: #A6A6A6. Windows color (decimal): -7357827 or 8239759. OLE color: 8239759.
HSL color Cylindrical-coordinate representation of color #8FBA7D: hue angle of 102.3º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FBA7D is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 125 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.27 |
| HSL | 102.3º | 0.31% | 0.61% | - |
| HSV(B) | 102.3º | 0.33% | 0.73% | - |
| XYZ | 32.59 | 42.44 | 25.88 | - |
| YUV | 166.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 125 | 0.23 | 0 | 0.33 | 0.27 | 102.3 | 0.31 | 0.61 |
| Hex | 8F | BA | 7D | 17 | 0 | 21 | 1B | 66 | 1F | 3D |
| Octal | 217 | 272 | 175 | 27 | 0 | 41 | 33 | 146 | 37 | 75 |
| Binary | 10001111 | 10111010 | 1111101 | 10111 | 0 | 100001 | 11011 | 1100110 | 11111 | 111101 |
Color Harmonies of #8FBA7D
Complementary color
Monochromatic Colors of #8FBA7D
Black with #8FBA7D
Text Example
Text Example
White with #8FBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA7D; }
p { color: rgb(143,186,125); }
H1.HeaderClassName
{
color: #8FBA7D;
}
.AnyTagClassName
{
color: #8FBA7D;
}
</style>
background-color css
<style>
a { background-color: #8FBA7D; }
a { background-color: rgb(143,186,125); }
div.DivClassName
{
background-color: #8FBA7D;
}
.BgClassName
{
background-color: #8FBA7D;
}
</style>
border-color css
<style>
span { border-color: #8FBA7D; }
span { border-color: rgb(143,186,125); }
td.TdClassName
{
border-color: #8FBA7D;
}
.TagClassName
{
border-color: #8FBA7D;
}
</style>