Shades of Pine Green #077972
Tints of Pine Green #077972
RGB
CMYK
RGB Variations
Color information
#077972 (or 0x077972) is known color: Pine Green. HEX triplet: 07, 79 and 72. RGB value is (7,121,114). Sum of RGB (Red+Green+Blue) = 7+121+114=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #077972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077972 is #F8868D. Grayscale: #565656. Windows color (decimal): -16287374 or 7502087. OLE color: 7502087.
HSL color Cylindrical-coordinate representation of color #077972: hue angle of 176.32º 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 #077972 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 114 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.53 |
| HSL | 176.32º | 0.89% | 0.25% | - |
| HSV(B) | 176.32º | 0.94% | 0.47% | - |
| XYZ | 9.96 | 14.93 | 18.28 | - |
| YUV | 86.12 | 143.73 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 114 | 0.94 | 0 | 0.06 | 0.53 | 176.32 | 0.89 | 0.25 |
| Hex | 7 | 79 | 72 | 5E | 0 | 6 | 35 | B0 | 59 | 19 |
| Octal | 7 | 171 | 162 | 136 | 0 | 6 | 65 | 260 | 131 | 31 |
| Binary | 111 | 1111001 | 1110010 | 1011110 | 0 | 110 | 110101 | 10110000 | 1011001 | 11001 |
Color Harmonies of #077972
Complementary color
Monochromatic Colors of #077972
Black with #077972
Text Example
Text Example
White with #077972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077972; }
p { color: rgb(7,121,114); }
H1.HeaderClassName
{
color: #077972;
}
.AnyTagClassName
{
color: #077972;
}
</style>
background-color css
<style>
a { background-color: #077972; }
a { background-color: rgb(7,121,114); }
div.DivClassName
{
background-color: #077972;
}
.BgClassName
{
background-color: #077972;
}
</style>
border-color css
<style>
span { border-color: #077972; }
span { border-color: rgb(7,121,114); }
td.TdClassName
{
border-color: #077972;
}
.TagClassName
{
border-color: #077972;
}
</style>