Shades of Pine Green #0E7872
Tints of Pine Green #0E7872
RGB
CMYK
RGB Variations
Color information
#0E7872 (or 0x0E7872) is known color: Pine Green. HEX triplet: 0E, 78 and 72. RGB value is (14,120,114). Sum of RGB (Red+Green+Blue) = 14+120+114=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7872 is #F1878D. Grayscale: #575757. Windows color (decimal): -15828878 or 7501838. OLE color: 7501838.
HSL color Cylindrical-coordinate representation of color #0E7872: hue angle of 176.6º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7872 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 120 | 114 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.53 |
| HSL | 176.6º | 0.79% | 0.26% | - |
| HSV(B) | 176.6º | 0.88% | 0.47% | - |
| XYZ | 9.93 | 14.74 | 18.24 | - |
| YUV | 87.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 114 | 0.88 | 0 | 0.05 | 0.53 | 176.6 | 0.79 | 0.26 |
| Hex | E | 78 | 72 | 58 | 0 | 5 | 35 | B1 | 4F | 1A |
| Octal | 16 | 170 | 162 | 130 | 0 | 5 | 65 | 261 | 117 | 32 |
| Binary | 1110 | 1111000 | 1110010 | 1011000 | 0 | 101 | 110101 | 10110001 | 1001111 | 11010 |
Color Harmonies of #0E7872
Complementary color
Monochromatic Colors of #0E7872
Black with #0E7872
Text Example
Text Example
White with #0E7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7872; }
p { color: rgb(14,120,114); }
H1.HeaderClassName
{
color: #0E7872;
}
.AnyTagClassName
{
color: #0E7872;
}
</style>
background-color css
<style>
a { background-color: #0E7872; }
a { background-color: rgb(14,120,114); }
div.DivClassName
{
background-color: #0E7872;
}
.BgClassName
{
background-color: #0E7872;
}
</style>
border-color css
<style>
span { border-color: #0E7872; }
span { border-color: rgb(14,120,114); }
td.TdClassName
{
border-color: #0E7872;
}
.TagClassName
{
border-color: #0E7872;
}
</style>