Shades of Pine Green #0F776E
Tints of Pine Green #0F776E
RGB
CMYK
RGB Variations
Color information
#0F776E (or 0x0F776E) is known color: Pine Green. HEX triplet: 0F, 77 and 6E. RGB value is (15,119,110). Sum of RGB (Red+Green+Blue) = 15+119+110=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #0F776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F776E is #F08891. Grayscale: #565656. Windows color (decimal): -15763602 or 7239439. OLE color: 7239439.
HSL color Cylindrical-coordinate representation of color #0F776E: hue angle of 174.81º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F776E is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 110 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.53 |
| HSL | 174.81º | 0.78% | 0.26% | - |
| HSV(B) | 174.81º | 0.87% | 0.47% | - |
| XYZ | 9.61 | 14.42 | 17.03 | - |
| YUV | 86.88 | 141.04 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 110 | 0.87 | 0 | 0.08 | 0.53 | 174.81 | 0.78 | 0.26 |
| Hex | F | 77 | 6E | 57 | 0 | 8 | 35 | AF | 4E | 1A |
| Octal | 17 | 167 | 156 | 127 | 0 | 10 | 65 | 257 | 116 | 32 |
| Binary | 1111 | 1110111 | 1101110 | 1010111 | 0 | 1000 | 110101 | 10101111 | 1001110 | 11010 |
Color Harmonies of #0F776E
Complementary color
Monochromatic Colors of #0F776E
Black with #0F776E
Text Example
Text Example
White with #0F776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F776E; }
p { color: rgb(15,119,110); }
H1.HeaderClassName
{
color: #0F776E;
}
.AnyTagClassName
{
color: #0F776E;
}
</style>
background-color css
<style>
a { background-color: #0F776E; }
a { background-color: rgb(15,119,110); }
div.DivClassName
{
background-color: #0F776E;
}
.BgClassName
{
background-color: #0F776E;
}
</style>
border-color css
<style>
span { border-color: #0F776E; }
span { border-color: rgb(15,119,110); }
td.TdClassName
{
border-color: #0F776E;
}
.TagClassName
{
border-color: #0F776E;
}
</style>