Shades of Pine Green #077971
Tints of Pine Green #077971
RGB
CMYK
RGB Variations
Color information
#077971 (or 0x077971) is known color: Pine Green. HEX triplet: 07, 79 and 71. RGB value is (7,121,113). Sum of RGB (Red+Green+Blue) = 7+121+113=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #077971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077971 is #F8868E. Grayscale: #555555. Windows color (decimal): -16287375 or 7436551. OLE color: 7436551.
HSL color Cylindrical-coordinate representation of color #077971: hue angle of 175.79º 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 #077971 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 113 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.53 |
| HSL | 175.79º | 0.89% | 0.25% | - |
| HSV(B) | 175.79º | 0.94% | 0.47% | - |
| XYZ | 9.91 | 14.91 | 17.98 | - |
| YUV | 86 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 113 | 0.94 | 0 | 0.07 | 0.53 | 175.79 | 0.89 | 0.25 |
| Hex | 7 | 79 | 71 | 5E | 0 | 7 | 35 | B0 | 59 | 19 |
| Octal | 7 | 171 | 161 | 136 | 0 | 7 | 65 | 260 | 131 | 31 |
| Binary | 111 | 1111001 | 1110001 | 1011110 | 0 | 111 | 110101 | 10110000 | 1011001 | 11001 |
Color Harmonies of #077971
Complementary color
Monochromatic Colors of #077971
Black with #077971
Text Example
Text Example
White with #077971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077971; }
p { color: rgb(7,121,113); }
H1.HeaderClassName
{
color: #077971;
}
.AnyTagClassName
{
color: #077971;
}
</style>
background-color css
<style>
a { background-color: #077971; }
a { background-color: rgb(7,121,113); }
div.DivClassName
{
background-color: #077971;
}
.BgClassName
{
background-color: #077971;
}
</style>
border-color css
<style>
span { border-color: #077971; }
span { border-color: rgb(7,121,113); }
td.TdClassName
{
border-color: #077971;
}
.TagClassName
{
border-color: #077971;
}
</style>