Shades of Olivine #8FB770
Tints of Olivine #8FB770
RGB
CMYK
RGB Variations
Color information
#8FB770 (or 0x8FB770) is known color: Olivine. HEX triplet: 8F, B7 and 70. RGB value is (143,183,112). Sum of RGB (Red+Green+Blue) = 143+183+112=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB770 is #70488F. Grayscale: #A3A3A3. Windows color (decimal): -7358608 or 7387023. OLE color: 7387023.
HSL color Cylindrical-coordinate representation of color #8FB770: hue angle of 93.8º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FB770 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 112 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.28 |
| HSL | 93.8º | 0.33% | 0.58% | - |
| HSV(B) | 93.8º | 0.39% | 0.72% | - |
| XYZ | 31.19 | 40.88 | 21.58 | - |
| YUV | 162.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 112 | 0.22 | 0 | 0.39 | 0.28 | 93.8 | 0.33 | 0.58 |
| Hex | 8F | B7 | 70 | 16 | 0 | 27 | 1C | 5E | 21 | 3A |
| Octal | 217 | 267 | 160 | 26 | 0 | 47 | 34 | 136 | 41 | 72 |
| Binary | 10001111 | 10110111 | 1110000 | 10110 | 0 | 100111 | 11100 | 1011110 | 100001 | 111010 |
Color Harmonies of #8FB770
Complementary color
Monochromatic Colors of #8FB770
Black with #8FB770
Text Example
Text Example
White with #8FB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB770; }
p { color: rgb(143,183,112); }
H1.HeaderClassName
{
color: #8FB770;
}
.AnyTagClassName
{
color: #8FB770;
}
</style>
background-color css
<style>
a { background-color: #8FB770; }
a { background-color: rgb(143,183,112); }
div.DivClassName
{
background-color: #8FB770;
}
.BgClassName
{
background-color: #8FB770;
}
</style>
border-color css
<style>
span { border-color: #8FB770; }
span { border-color: rgb(143,183,112); }
td.TdClassName
{
border-color: #8FB770;
}
.TagClassName
{
border-color: #8FB770;
}
</style>