Shades of Pine Green #0F796C
Tints of Pine Green #0F796C
RGB
CMYK
RGB Variations
Color information
#0F796C (or 0x0F796C) is known color: Pine Green. HEX triplet: 0F, 79 and 6C. RGB value is (15,121,108). Sum of RGB (Red+Green+Blue) = 15+121+108=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #0F796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F796C is #F08693. Grayscale: #575757. Windows color (decimal): -15763092 or 7108879. OLE color: 7108879.
HSL color Cylindrical-coordinate representation of color #0F796C: hue angle of 172.64º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F796C is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 121 | 108 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.53 |
| HSL | 172.64º | 0.78% | 0.27% | - |
| HSV(B) | 172.64º | 0.88% | 0.47% | - |
| XYZ | 9.74 | 14.86 | 16.54 | - |
| YUV | 87.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 108 | 0.88 | 0 | 0.11 | 0.53 | 172.64 | 0.78 | 0.27 |
| Hex | F | 79 | 6C | 58 | 0 | B | 35 | AD | 4E | 1B |
| Octal | 17 | 171 | 154 | 130 | 0 | 13 | 65 | 255 | 116 | 33 |
| Binary | 1111 | 1111001 | 1101100 | 1011000 | 0 | 1011 | 110101 | 10101101 | 1001110 | 11011 |
Color Harmonies of #0F796C
Complementary color
Monochromatic Colors of #0F796C
Black with #0F796C
Text Example
Text Example
White with #0F796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F796C; }
p { color: rgb(15,121,108); }
H1.HeaderClassName
{
color: #0F796C;
}
.AnyTagClassName
{
color: #0F796C;
}
</style>
background-color css
<style>
a { background-color: #0F796C; }
a { background-color: rgb(15,121,108); }
div.DivClassName
{
background-color: #0F796C;
}
.BgClassName
{
background-color: #0F796C;
}
</style>
border-color css
<style>
span { border-color: #0F796C; }
span { border-color: rgb(15,121,108); }
td.TdClassName
{
border-color: #0F796C;
}
.TagClassName
{
border-color: #0F796C;
}
</style>