Shades of Pine Green #0F7371
Tints of Pine Green #0F7371
RGB
CMYK
RGB Variations
Color information
#0F7371 (or 0x0F7371) is known color: Pine Green. HEX triplet: 0F, 73 and 71. RGB value is (15,115,113). Sum of RGB (Red+Green+Blue) = 15+115+113=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7371 is #F08C8E. Grayscale: #545454. Windows color (decimal): -15764623 or 7435023. OLE color: 7435023.
HSL color Cylindrical-coordinate representation of color #0F7371: hue angle of 178.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7371 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 115 | 113 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.55 |
| HSL | 178.8º | 0.77% | 0.25% | - |
| HSV(B) | 178.8º | 0.87% | 0.45% | - |
| XYZ | 9.31 | 13.56 | 17.75 | - |
| YUV | 84.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 113 | 0.87 | 0 | 0.02 | 0.55 | 178.8 | 0.77 | 0.25 |
| Hex | F | 73 | 71 | 57 | 0 | 2 | 37 | B3 | 4D | 19 |
| Octal | 17 | 163 | 161 | 127 | 0 | 2 | 67 | 263 | 115 | 31 |
| Binary | 1111 | 1110011 | 1110001 | 1010111 | 0 | 10 | 110111 | 10110011 | 1001101 | 11001 |
Color Harmonies of #0F7371
Complementary color
Monochromatic Colors of #0F7371
Black with #0F7371
Text Example
Text Example
White with #0F7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7371; }
p { color: rgb(15,115,113); }
H1.HeaderClassName
{
color: #0F7371;
}
.AnyTagClassName
{
color: #0F7371;
}
</style>
background-color css
<style>
a { background-color: #0F7371; }
a { background-color: rgb(15,115,113); }
div.DivClassName
{
background-color: #0F7371;
}
.BgClassName
{
background-color: #0F7371;
}
</style>
border-color css
<style>
span { border-color: #0F7371; }
span { border-color: rgb(15,115,113); }
td.TdClassName
{
border-color: #0F7371;
}
.TagClassName
{
border-color: #0F7371;
}
</style>