Shades of Pine Green #0F766E
Tints of Pine Green #0F766E
RGB
CMYK
RGB Variations
Color information
#0F766E (or 0x0F766E) is known color: Pine Green. HEX triplet: 0F, 76 and 6E. RGB value is (15,118,110). Sum of RGB (Red+Green+Blue) = 15+118+110=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #0F766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F766E is #F08991. Grayscale: #565656. Windows color (decimal): -15763858 or 7239183. OLE color: 7239183.
HSL color Cylindrical-coordinate representation of color #0F766E: hue angle of 175.34º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F766E is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 118 | 110 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.54 |
| HSL | 175.34º | 0.77% | 0.26% | - |
| HSV(B) | 175.34º | 0.87% | 0.46% | - |
| XYZ | 9.49 | 14.18 | 16.99 | - |
| YUV | 86.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 110 | 0.87 | 0 | 0.07 | 0.54 | 175.34 | 0.77 | 0.26 |
| Hex | F | 76 | 6E | 57 | 0 | 7 | 36 | AF | 4D | 1A |
| Octal | 17 | 166 | 156 | 127 | 0 | 7 | 66 | 257 | 115 | 32 |
| Binary | 1111 | 1110110 | 1101110 | 1010111 | 0 | 111 | 110110 | 10101111 | 1001101 | 11010 |
Color Harmonies of #0F766E
Complementary color
Monochromatic Colors of #0F766E
Black with #0F766E
Text Example
Text Example
White with #0F766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F766E; }
p { color: rgb(15,118,110); }
H1.HeaderClassName
{
color: #0F766E;
}
.AnyTagClassName
{
color: #0F766E;
}
</style>
background-color css
<style>
a { background-color: #0F766E; }
a { background-color: rgb(15,118,110); }
div.DivClassName
{
background-color: #0F766E;
}
.BgClassName
{
background-color: #0F766E;
}
</style>
border-color css
<style>
span { border-color: #0F766E; }
span { border-color: rgb(15,118,110); }
td.TdClassName
{
border-color: #0F766E;
}
.TagClassName
{
border-color: #0F766E;
}
</style>