Shades of Olivine #8DBF78
Tints of Olivine #8DBF78
RGB
CMYK
RGB Variations
Color information
#8DBF78 (or 0x8DBF78) is known color: Olivine. HEX triplet: 8D, BF and 78. RGB value is (141,191,120). Sum of RGB (Red+Green+Blue) = 141+191+120=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF78 is #724087. Grayscale: #A8A8A8. Windows color (decimal): -7487624 or 7913357. OLE color: 7913357.
HSL color Cylindrical-coordinate representation of color #8DBF78: hue angle of 102.25º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBF78 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 120 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.25 |
| HSL | 102.25º | 0.36% | 0.61% | - |
| HSV(B) | 102.25º | 0.37% | 0.75% | - |
| XYZ | 33.01 | 44.28 | 24.58 | - |
| YUV | 167.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 120 | 0.26 | 0 | 0.37 | 0.25 | 102.25 | 0.36 | 0.61 |
| Hex | 8D | BF | 78 | 1A | 0 | 25 | 19 | 66 | 24 | 3D |
| Octal | 215 | 277 | 170 | 32 | 0 | 45 | 31 | 146 | 44 | 75 |
| Binary | 10001101 | 10111111 | 1111000 | 11010 | 0 | 100101 | 11001 | 1100110 | 100100 | 111101 |
Color Harmonies of #8DBF78
Complementary color
Monochromatic Colors of #8DBF78
Black with #8DBF78
Text Example
Text Example
White with #8DBF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF78; }
p { color: rgb(141,191,120); }
H1.HeaderClassName
{
color: #8DBF78;
}
.AnyTagClassName
{
color: #8DBF78;
}
</style>
background-color css
<style>
a { background-color: #8DBF78; }
a { background-color: rgb(141,191,120); }
div.DivClassName
{
background-color: #8DBF78;
}
.BgClassName
{
background-color: #8DBF78;
}
</style>
border-color css
<style>
span { border-color: #8DBF78; }
span { border-color: rgb(141,191,120); }
td.TdClassName
{
border-color: #8DBF78;
}
.TagClassName
{
border-color: #8DBF78;
}
</style>