Shades of Pine Green #0F726F
Tints of Pine Green #0F726F
RGB
CMYK
RGB Variations
Color information
#0F726F (or 0x0F726F) is known color: Pine Green. HEX triplet: 0F, 72 and 6F. RGB value is (15,114,111). Sum of RGB (Red+Green+Blue) = 15+114+111=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #0F726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F726F is #F08D90. Grayscale: #535353. Windows color (decimal): -15764881 or 7303695. OLE color: 7303695.
HSL color Cylindrical-coordinate representation of color #0F726F: hue angle of 178.18º 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 #0F726F is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 111 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.55 |
| HSL | 178.18º | 0.77% | 0.25% | - |
| HSV(B) | 178.18º | 0.87% | 0.45% | - |
| XYZ | 9.08 | 13.28 | 17.12 | - |
| YUV | 84.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 111 | 0.87 | 0 | 0.03 | 0.55 | 178.18 | 0.77 | 0.25 |
| Hex | F | 72 | 6F | 57 | 0 | 3 | 37 | B2 | 4D | 19 |
| Octal | 17 | 162 | 157 | 127 | 0 | 3 | 67 | 262 | 115 | 31 |
| Binary | 1111 | 1110010 | 1101111 | 1010111 | 0 | 11 | 110111 | 10110010 | 1001101 | 11001 |
Color Harmonies of #0F726F
Complementary color
Monochromatic Colors of #0F726F
Black with #0F726F
Text Example
Text Example
White with #0F726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F726F; }
p { color: rgb(15,114,111); }
H1.HeaderClassName
{
color: #0F726F;
}
.AnyTagClassName
{
color: #0F726F;
}
</style>
background-color css
<style>
a { background-color: #0F726F; }
a { background-color: rgb(15,114,111); }
div.DivClassName
{
background-color: #0F726F;
}
.BgClassName
{
background-color: #0F726F;
}
</style>
border-color css
<style>
span { border-color: #0F726F; }
span { border-color: rgb(15,114,111); }
td.TdClassName
{
border-color: #0F726F;
}
.TagClassName
{
border-color: #0F726F;
}
</style>