Shades of Pine Green #077471
Tints of Pine Green #077471
RGB
CMYK
RGB Variations
Color information
#077471 (or 0x077471) is known color: Pine Green. HEX triplet: 07, 74 and 71. RGB value is (7,116,113). Sum of RGB (Red+Green+Blue) = 7+116+113=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #077471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077471 is #F88B8E. Grayscale: #525252. Windows color (decimal): -16288655 or 7435271. OLE color: 7435271.
HSL color Cylindrical-coordinate representation of color #077471: hue angle of 178.35º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077471 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 113 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.55 |
| HSL | 178.35º | 0.89% | 0.24% | - |
| HSV(B) | 178.35º | 0.94% | 0.45% | - |
| XYZ | 9.31 | 13.73 | 17.78 | - |
| YUV | 83.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 113 | 0.94 | 0 | 0.03 | 0.55 | 178.35 | 0.89 | 0.24 |
| Hex | 7 | 74 | 71 | 5E | 0 | 3 | 37 | B2 | 59 | 18 |
| Octal | 7 | 164 | 161 | 136 | 0 | 3 | 67 | 262 | 131 | 30 |
| Binary | 111 | 1110100 | 1110001 | 1011110 | 0 | 11 | 110111 | 10110010 | 1011001 | 11000 |
Color Harmonies of #077471
Complementary color
Monochromatic Colors of #077471
Black with #077471
Text Example
Text Example
White with #077471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077471; }
p { color: rgb(7,116,113); }
H1.HeaderClassName
{
color: #077471;
}
.AnyTagClassName
{
color: #077471;
}
</style>
background-color css
<style>
a { background-color: #077471; }
a { background-color: rgb(7,116,113); }
div.DivClassName
{
background-color: #077471;
}
.BgClassName
{
background-color: #077471;
}
</style>
border-color css
<style>
span { border-color: #077471; }
span { border-color: rgb(7,116,113); }
td.TdClassName
{
border-color: #077471;
}
.TagClassName
{
border-color: #077471;
}
</style>