Shades of Olivine #8FB87D
Tints of Olivine #8FB87D
RGB
CMYK
RGB Variations
Color information
#8FB87D (or 0x8FB87D) is known color: Olivine. HEX triplet: 8F, B8 and 7D. RGB value is (143,184,125). Sum of RGB (Red+Green+Blue) = 143+184+125=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB87D is #704782. Grayscale: #A5A5A5. Windows color (decimal): -7358339 or 8239247. OLE color: 8239247.
HSL color Cylindrical-coordinate representation of color #8FB87D: hue angle of 101.69º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FB87D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 125 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.28 |
| HSL | 101.69º | 0.29% | 0.61% | - |
| HSV(B) | 101.69º | 0.32% | 0.72% | - |
| XYZ | 32.17 | 41.6 | 25.74 | - |
| YUV | 165.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 125 | 0.22 | 0 | 0.32 | 0.28 | 101.69 | 0.29 | 0.61 |
| Hex | 8F | B8 | 7D | 16 | 0 | 20 | 1C | 66 | 1D | 3D |
| Octal | 217 | 270 | 175 | 26 | 0 | 40 | 34 | 146 | 35 | 75 |
| Binary | 10001111 | 10111000 | 1111101 | 10110 | 0 | 100000 | 11100 | 1100110 | 11101 | 111101 |
Color Harmonies of #8FB87D
Complementary color
Monochromatic Colors of #8FB87D
Black with #8FB87D
Text Example
Text Example
White with #8FB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB87D; }
p { color: rgb(143,184,125); }
H1.HeaderClassName
{
color: #8FB87D;
}
.AnyTagClassName
{
color: #8FB87D;
}
</style>
background-color css
<style>
a { background-color: #8FB87D; }
a { background-color: rgb(143,184,125); }
div.DivClassName
{
background-color: #8FB87D;
}
.BgClassName
{
background-color: #8FB87D;
}
</style>
border-color css
<style>
span { border-color: #8FB87D; }
span { border-color: rgb(143,184,125); }
td.TdClassName
{
border-color: #8FB87D;
}
.TagClassName
{
border-color: #8FB87D;
}
</style>