Shades of Pine Green #0F7C6E
Tints of Pine Green #0F7C6E
RGB
CMYK
RGB Variations
Color information
#0F7C6E (or 0x0F7C6E) is known color: Pine Green. HEX triplet: 0F, 7C and 6E. RGB value is (15,124,110). Sum of RGB (Red+Green+Blue) = 15+124+110=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C6E is #F08391. Grayscale: #595959. Windows color (decimal): -15762322 or 7240719. OLE color: 7240719.
HSL color Cylindrical-coordinate representation of color #0F7C6E: hue angle of 172.29º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7C6E is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 124 | 110 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.51 |
| HSL | 172.29º | 0.78% | 0.27% | - |
| HSV(B) | 172.29º | 0.88% | 0.49% | - |
| XYZ | 10.22 | 15.64 | 17.23 | - |
| YUV | 89.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 110 | 0.88 | 0 | 0.11 | 0.51 | 172.29 | 0.78 | 0.27 |
| Hex | F | 7C | 6E | 58 | 0 | B | 33 | AC | 4E | 1B |
| Octal | 17 | 174 | 156 | 130 | 0 | 13 | 63 | 254 | 116 | 33 |
| Binary | 1111 | 1111100 | 1101110 | 1011000 | 0 | 1011 | 110011 | 10101100 | 1001110 | 11011 |
Color Harmonies of #0F7C6E
Complementary color
Monochromatic Colors of #0F7C6E
Black with #0F7C6E
Text Example
Text Example
White with #0F7C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7C6E; }
p { color: rgb(15,124,110); }
H1.HeaderClassName
{
color: #0F7C6E;
}
.AnyTagClassName
{
color: #0F7C6E;
}
</style>
background-color css
<style>
a { background-color: #0F7C6E; }
a { background-color: rgb(15,124,110); }
div.DivClassName
{
background-color: #0F7C6E;
}
.BgClassName
{
background-color: #0F7C6E;
}
</style>
border-color css
<style>
span { border-color: #0F7C6E; }
span { border-color: rgb(15,124,110); }
td.TdClassName
{
border-color: #0F7C6E;
}
.TagClassName
{
border-color: #0F7C6E;
}
</style>