Shades of Pine Green #0F716D
Tints of Pine Green #0F716D
RGB
CMYK
RGB Variations
Color information
#0F716D (or 0x0F716D) is known color: Pine Green. HEX triplet: 0F, 71 and 6D. RGB value is (15,113,109). Sum of RGB (Red+Green+Blue) = 15+113+109=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #0F716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F716D is #F08E92. Grayscale: #535353. Windows color (decimal): -15765139 or 7172367. OLE color: 7172367.
HSL color Cylindrical-coordinate representation of color #0F716D: hue angle of 177.55º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F716D is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 109 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.56 |
| HSL | 177.55º | 0.77% | 0.25% | - |
| HSV(B) | 177.55º | 0.87% | 0.44% | - |
| XYZ | 8.86 | 13.02 | 16.51 | - |
| YUV | 83.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 109 | 0.87 | 0 | 0.04 | 0.56 | 177.55 | 0.77 | 0.25 |
| Hex | F | 71 | 6D | 57 | 0 | 4 | 38 | B2 | 4D | 19 |
| Octal | 17 | 161 | 155 | 127 | 0 | 4 | 70 | 262 | 115 | 31 |
| Binary | 1111 | 1110001 | 1101101 | 1010111 | 0 | 100 | 111000 | 10110010 | 1001101 | 11001 |
Color Harmonies of #0F716D
Complementary color
Monochromatic Colors of #0F716D
Black with #0F716D
Text Example
Text Example
White with #0F716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F716D; }
p { color: rgb(15,113,109); }
H1.HeaderClassName
{
color: #0F716D;
}
.AnyTagClassName
{
color: #0F716D;
}
</style>
background-color css
<style>
a { background-color: #0F716D; }
a { background-color: rgb(15,113,109); }
div.DivClassName
{
background-color: #0F716D;
}
.BgClassName
{
background-color: #0F716D;
}
</style>
border-color css
<style>
span { border-color: #0F716D; }
span { border-color: rgb(15,113,109); }
td.TdClassName
{
border-color: #0F716D;
}
.TagClassName
{
border-color: #0F716D;
}
</style>