Shades of Pine Green #0F7E70
Tints of Pine Green #0F7E70
RGB
CMYK
RGB Variations
Color information
#0F7E70 (or 0x0F7E70) is known color: Pine Green. HEX triplet: 0F, 7E and 70. RGB value is (15,126,112). Sum of RGB (Red+Green+Blue) = 15+126+112=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 126 (49.61% from 255 or 49.80% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7E70 is #F0818F. Grayscale: #5B5B5B. Windows color (decimal): -15761808 or 7372303. OLE color: 7372303.
HSL color Cylindrical-coordinate representation of color #0F7E70: hue angle of 172.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7E70 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 126 | 112 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.51 |
| HSL | 172.43º | 0.79% | 0.28% | - |
| HSV(B) | 172.43º | 0.88% | 0.49% | - |
| XYZ | 10.58 | 16.19 | 17.9 | - |
| YUV | 91.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 126 | 112 | 0.88 | 0 | 0.11 | 0.51 | 172.43 | 0.79 | 0.28 |
| Hex | F | 7E | 70 | 58 | 0 | B | 33 | AC | 4F | 1C |
| Octal | 17 | 176 | 160 | 130 | 0 | 13 | 63 | 254 | 117 | 34 |
| Binary | 1111 | 1111110 | 1110000 | 1011000 | 0 | 1011 | 110011 | 10101100 | 1001111 | 11100 |
Color Harmonies of #0F7E70
Complementary color
Monochromatic Colors of #0F7E70
Black with #0F7E70
Text Example
Text Example
White with #0F7E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7E70; }
p { color: rgb(15,126,112); }
H1.HeaderClassName
{
color: #0F7E70;
}
.AnyTagClassName
{
color: #0F7E70;
}
</style>
background-color css
<style>
a { background-color: #0F7E70; }
a { background-color: rgb(15,126,112); }
div.DivClassName
{
background-color: #0F7E70;
}
.BgClassName
{
background-color: #0F7E70;
}
</style>
border-color css
<style>
span { border-color: #0F7E70; }
span { border-color: rgb(15,126,112); }
td.TdClassName
{
border-color: #0F7E70;
}
.TagClassName
{
border-color: #0F7E70;
}
</style>