Shades of Pine Green #0F786C
Tints of Pine Green #0F786C
RGB
CMYK
RGB Variations
Color information
#0F786C (or 0x0F786C) is known color: Pine Green. HEX triplet: 0F, 78 and 6C. RGB value is (15,120,108). Sum of RGB (Red+Green+Blue) = 15+120+108=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #0F786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F786C is #F08793. Grayscale: #575757. Windows color (decimal): -15763348 or 7108623. OLE color: 7108623.
HSL color Cylindrical-coordinate representation of color #0F786C: hue angle of 173.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F786C is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 108 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.53 |
| HSL | 173.14º | 0.78% | 0.26% | - |
| HSV(B) | 173.14º | 0.88% | 0.47% | - |
| XYZ | 9.62 | 14.62 | 16.5 | - |
| YUV | 87.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 108 | 0.87 | 0 | 0.10 | 0.53 | 173.14 | 0.78 | 0.26 |
| Hex | F | 78 | 6C | 57 | 0 | A | 35 | AD | 4E | 1A |
| Octal | 17 | 170 | 154 | 127 | 0 | 12 | 65 | 255 | 116 | 32 |
| Binary | 1111 | 1111000 | 1101100 | 1010111 | 0 | 1010 | 110101 | 10101101 | 1001110 | 11010 |
Color Harmonies of #0F786C
Complementary color
Monochromatic Colors of #0F786C
Black with #0F786C
Text Example
Text Example
White with #0F786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F786C; }
p { color: rgb(15,120,108); }
H1.HeaderClassName
{
color: #0F786C;
}
.AnyTagClassName
{
color: #0F786C;
}
</style>
background-color css
<style>
a { background-color: #0F786C; }
a { background-color: rgb(15,120,108); }
div.DivClassName
{
background-color: #0F786C;
}
.BgClassName
{
background-color: #0F786C;
}
</style>
border-color css
<style>
span { border-color: #0F786C; }
span { border-color: rgb(15,120,108); }
td.TdClassName
{
border-color: #0F786C;
}
.TagClassName
{
border-color: #0F786C;
}
</style>