Shades of Pine Green #07796F
Tints of Pine Green #07796F
RGB
CMYK
RGB Variations
Color information
#07796F (or 0x07796F) is known color: Pine Green. HEX triplet: 07, 79 and 6F. RGB value is (7,121,111). Sum of RGB (Red+Green+Blue) = 7+121+111=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #07796F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07796F is #F88690. Grayscale: #555555. Windows color (decimal): -16287377 or 7305479. OLE color: 7305479.
HSL color Cylindrical-coordinate representation of color #07796F: hue angle of 174.74º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07796F is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 111 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.53 |
| HSL | 174.74º | 0.89% | 0.25% | - |
| HSV(B) | 174.74º | 0.94% | 0.47% | - |
| XYZ | 9.79 | 14.87 | 17.39 | - |
| YUV | 85.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 111 | 0.94 | 0 | 0.08 | 0.53 | 174.74 | 0.89 | 0.25 |
| Hex | 7 | 79 | 6F | 5E | 0 | 8 | 35 | AF | 59 | 19 |
| Octal | 7 | 171 | 157 | 136 | 0 | 10 | 65 | 257 | 131 | 31 |
| Binary | 111 | 1111001 | 1101111 | 1011110 | 0 | 1000 | 110101 | 10101111 | 1011001 | 11001 |
Color Harmonies of #07796F
Complementary color
Monochromatic Colors of #07796F
Black with #07796F
Text Example
Text Example
White with #07796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07796F; }
p { color: rgb(7,121,111); }
H1.HeaderClassName
{
color: #07796F;
}
.AnyTagClassName
{
color: #07796F;
}
</style>
background-color css
<style>
a { background-color: #07796F; }
a { background-color: rgb(7,121,111); }
div.DivClassName
{
background-color: #07796F;
}
.BgClassName
{
background-color: #07796F;
}
</style>
border-color css
<style>
span { border-color: #07796F; }
span { border-color: rgb(7,121,111); }
td.TdClassName
{
border-color: #07796F;
}
.TagClassName
{
border-color: #07796F;
}
</style>