Shades of Pine Green #007671
Tints of Pine Green #007671
RGB
CMYK
RGB Variations
Color information
#007671 (or 0x007671) is known color: Pine Green. HEX triplet: 00, 76 and 71. RGB value is (0,118,113). Sum of RGB (Red+Green+Blue) = 0+118+113=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #007671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007671 is #FF898E. Grayscale: #525252. Windows color (decimal): -16746895 or 7435776. OLE color: 7435776.
HSL color Cylindrical-coordinate representation of color #007671: hue angle of 177.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007671 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 113 | - |
| CMYK | 1 | 0 | 0.04 | 0.54 |
| HSL | 177.46º | 1% | 0.23% | - |
| HSV(B) | 177.46º | 1% | 0.46% | - |
| XYZ | 9.46 | 14.15 | 17.86 | - |
| YUV | 82.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 113 | 1 | 0 | 0.04 | 0.54 | 177.46 | 1 | 0.23 |
| Hex | 0 | 76 | 71 | 64 | 0 | 4 | 36 | B1 | 64 | 17 |
| Octal | 0 | 166 | 161 | 144 | 0 | 4 | 66 | 261 | 144 | 27 |
| Binary | 0 | 1110110 | 1110001 | 1100100 | 0 | 100 | 110110 | 10110001 | 1100100 | 10111 |
Color Harmonies of #007671
Complementary color
Monochromatic Colors of #007671
Black with #007671
Text Example
Text Example
White with #007671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007671; }
p { color: rgb(0,118,113); }
H1.HeaderClassName
{
color: #007671;
}
.AnyTagClassName
{
color: #007671;
}
</style>
background-color css
<style>
a { background-color: #007671; }
a { background-color: rgb(0,118,113); }
div.DivClassName
{
background-color: #007671;
}
.BgClassName
{
background-color: #007671;
}
</style>
border-color css
<style>
span { border-color: #007671; }
span { border-color: rgb(0,118,113); }
td.TdClassName
{
border-color: #007671;
}
.TagClassName
{
border-color: #007671;
}
</style>