Shades of Olivine #8FB87A
Tints of Olivine #8FB87A
RGB
CMYK
RGB Variations
Color information
#8FB87A (or 0x8FB87A) is known color: Olivine. HEX triplet: 8F, B8 and 7A. RGB value is (143,184,122). Sum of RGB (Red+Green+Blue) = 143+184+122=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB87A is #704785. Grayscale: #A4A4A4. Windows color (decimal): -7358342 or 8042639. OLE color: 8042639.
HSL color Cylindrical-coordinate representation of color #8FB87A: hue angle of 99.68º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FB87A is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 122 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.28 |
| HSL | 99.68º | 0.3% | 0.6% | - |
| HSV(B) | 99.68º | 0.34% | 0.72% | - |
| XYZ | 31.98 | 41.53 | 24.74 | - |
| YUV | 164.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 122 | 0.22 | 0 | 0.34 | 0.28 | 99.68 | 0.3 | 0.6 |
| Hex | 8F | B8 | 7A | 16 | 0 | 22 | 1C | 64 | 1E | 3C |
| Octal | 217 | 270 | 172 | 26 | 0 | 42 | 34 | 144 | 36 | 74 |
| Binary | 10001111 | 10111000 | 1111010 | 10110 | 0 | 100010 | 11100 | 1100100 | 11110 | 111100 |
Color Harmonies of #8FB87A
Complementary color
Monochromatic Colors of #8FB87A
Black with #8FB87A
Text Example
Text Example
White with #8FB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB87A; }
p { color: rgb(143,184,122); }
H1.HeaderClassName
{
color: #8FB87A;
}
.AnyTagClassName
{
color: #8FB87A;
}
</style>
background-color css
<style>
a { background-color: #8FB87A; }
a { background-color: rgb(143,184,122); }
div.DivClassName
{
background-color: #8FB87A;
}
.BgClassName
{
background-color: #8FB87A;
}
</style>
border-color css
<style>
span { border-color: #8FB87A; }
span { border-color: rgb(143,184,122); }
td.TdClassName
{
border-color: #8FB87A;
}
.TagClassName
{
border-color: #8FB87A;
}
</style>