Shades of Pine Green #0F706C
Tints of Pine Green #0F706C
RGB
CMYK
RGB Variations
Color information
#0F706C (or 0x0F706C) is known color: Pine Green. HEX triplet: 0F, 70 and 6C. RGB value is (15,112,108). Sum of RGB (Red+Green+Blue) = 15+112+108=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #0F706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F706C is #F08F93. Grayscale: #525252. Windows color (decimal): -15765396 or 7106575. OLE color: 7106575.
HSL color Cylindrical-coordinate representation of color #0F706C: hue angle of 177.53º degrees, saturation: 0.76, 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 #0F706C is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 108 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.56 |
| HSL | 177.53º | 0.76% | 0.25% | - |
| HSV(B) | 177.53º | 0.87% | 0.44% | - |
| XYZ | 8.7 | 12.77 | 16.19 | - |
| YUV | 82.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 108 | 0.87 | 0 | 0.04 | 0.56 | 177.53 | 0.76 | 0.25 |
| Hex | F | 70 | 6C | 57 | 0 | 4 | 38 | B2 | 4C | 19 |
| Octal | 17 | 160 | 154 | 127 | 0 | 4 | 70 | 262 | 114 | 31 |
| Binary | 1111 | 1110000 | 1101100 | 1010111 | 0 | 100 | 111000 | 10110010 | 1001100 | 11001 |
Color Harmonies of #0F706C
Complementary color
Monochromatic Colors of #0F706C
Black with #0F706C
Text Example
Text Example
White with #0F706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F706C; }
p { color: rgb(15,112,108); }
H1.HeaderClassName
{
color: #0F706C;
}
.AnyTagClassName
{
color: #0F706C;
}
</style>
background-color css
<style>
a { background-color: #0F706C; }
a { background-color: rgb(15,112,108); }
div.DivClassName
{
background-color: #0F706C;
}
.BgClassName
{
background-color: #0F706C;
}
</style>
border-color css
<style>
span { border-color: #0F706C; }
span { border-color: rgb(15,112,108); }
td.TdClassName
{
border-color: #0F706C;
}
.TagClassName
{
border-color: #0F706C;
}
</style>