Shades of Olivine #8FB97B
Tints of Olivine #8FB97B
RGB
CMYK
RGB Variations
Color information
#8FB97B (or 0x8FB97B) is known color: Olivine. HEX triplet: 8F, B9 and 7B. RGB value is (143,185,123). Sum of RGB (Red+Green+Blue) = 143+185+123=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB97B is #704684. Grayscale: #A5A5A5. Windows color (decimal): -7358085 or 8108431. OLE color: 8108431.
HSL color Cylindrical-coordinate representation of color #8FB97B: hue angle of 100.65º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FB97B is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 185 | 123 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.27 |
| HSL | 100.65º | 0.31% | 0.6% | - |
| HSV(B) | 100.65º | 0.34% | 0.73% | - |
| XYZ | 32.25 | 41.97 | 25.14 | - |
| YUV | 165.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 123 | 0.23 | 0 | 0.34 | 0.27 | 100.65 | 0.31 | 0.6 |
| Hex | 8F | B9 | 7B | 17 | 0 | 22 | 1B | 65 | 1F | 3C |
| Octal | 217 | 271 | 173 | 27 | 0 | 42 | 33 | 145 | 37 | 74 |
| Binary | 10001111 | 10111001 | 1111011 | 10111 | 0 | 100010 | 11011 | 1100101 | 11111 | 111100 |
Color Harmonies of #8FB97B
Complementary color
Monochromatic Colors of #8FB97B
Black with #8FB97B
Text Example
Text Example
White with #8FB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB97B; }
p { color: rgb(143,185,123); }
H1.HeaderClassName
{
color: #8FB97B;
}
.AnyTagClassName
{
color: #8FB97B;
}
</style>
background-color css
<style>
a { background-color: #8FB97B; }
a { background-color: rgb(143,185,123); }
div.DivClassName
{
background-color: #8FB97B;
}
.BgClassName
{
background-color: #8FB97B;
}
</style>
border-color css
<style>
span { border-color: #8FB97B; }
span { border-color: rgb(143,185,123); }
td.TdClassName
{
border-color: #8FB97B;
}
.TagClassName
{
border-color: #8FB97B;
}
</style>