Shades of Pine Green #007B71
Tints of Pine Green #007B71
RGB
CMYK
RGB Variations
Color information
#007B71 (or 0x007B71) is known color: Pine Green. HEX triplet: 00, 7B and 71. RGB value is (0,123,113). Sum of RGB (Red+Green+Blue) = 0+123+113=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #007B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B71 is #FF848E. Grayscale: #555555. Windows color (decimal): -16745615 or 7437056. OLE color: 7437056.
HSL color Cylindrical-coordinate representation of color #007B71: hue angle of 175.12º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B71 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 113 | - |
| CMYK | 1 | 0 | 0.08 | 0.52 |
| HSL | 175.12º | 1% | 0.24% | - |
| HSV(B) | 175.12º | 1% | 0.48% | - |
| XYZ | 10.06 | 15.36 | 18.06 | - |
| YUV | 85.08 | 143.75 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 113 | 1 | 0 | 0.08 | 0.52 | 175.12 | 1 | 0.24 |
| Hex | 0 | 7B | 71 | 64 | 0 | 8 | 34 | AF | 64 | 18 |
| Octal | 0 | 173 | 161 | 144 | 0 | 10 | 64 | 257 | 144 | 30 |
| Binary | 0 | 1111011 | 1110001 | 1100100 | 0 | 1000 | 110100 | 10101111 | 1100100 | 11000 |
Color Harmonies of #007B71
Complementary color
Monochromatic Colors of #007B71
Black with #007B71
Text Example
Text Example
White with #007B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B71; }
p { color: rgb(0,123,113); }
H1.HeaderClassName
{
color: #007B71;
}
.AnyTagClassName
{
color: #007B71;
}
</style>
background-color css
<style>
a { background-color: #007B71; }
a { background-color: rgb(0,123,113); }
div.DivClassName
{
background-color: #007B71;
}
.BgClassName
{
background-color: #007B71;
}
</style>
border-color css
<style>
span { border-color: #007B71; }
span { border-color: rgb(0,123,113); }
td.TdClassName
{
border-color: #007B71;
}
.TagClassName
{
border-color: #007B71;
}
</style>