Shades of Pine Green #007C73
Tints of Pine Green #007C73
RGB
CMYK
RGB Variations
Color information
#007C73 (or 0x007C73) is known color: Pine Green. HEX triplet: 00, 7C and 73. RGB value is (0,124,115). Sum of RGB (Red+Green+Blue) = 0+124+115=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #007C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007C73 is #FF838C. Grayscale: #555555. Windows color (decimal): -16745357 or 7568384. OLE color: 7568384.
HSL color Cylindrical-coordinate representation of color #007C73: hue angle of 175.65º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C73 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 124 | 115 | - |
| CMYK | 1 | 0 | 0.07 | 0.51 |
| HSL | 175.65º | 1% | 0.24% | - |
| HSV(B) | 175.65º | 1% | 0.49% | - |
| XYZ | 10.3 | 15.65 | 18.7 | - |
| YUV | 85.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 115 | 1 | 0 | 0.07 | 0.51 | 175.65 | 1 | 0.24 |
| Hex | 0 | 7C | 73 | 64 | 0 | 7 | 33 | B0 | 64 | 18 |
| Octal | 0 | 174 | 163 | 144 | 0 | 7 | 63 | 260 | 144 | 30 |
| Binary | 0 | 1111100 | 1110011 | 1100100 | 0 | 111 | 110011 | 10110000 | 1100100 | 11000 |
Color Harmonies of #007C73
Complementary color
Monochromatic Colors of #007C73
Black with #007C73
Text Example
Text Example
White with #007C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C73; }
p { color: rgb(0,124,115); }
H1.HeaderClassName
{
color: #007C73;
}
.AnyTagClassName
{
color: #007C73;
}
</style>
background-color css
<style>
a { background-color: #007C73; }
a { background-color: rgb(0,124,115); }
div.DivClassName
{
background-color: #007C73;
}
.BgClassName
{
background-color: #007C73;
}
</style>
border-color css
<style>
span { border-color: #007C73; }
span { border-color: rgb(0,124,115); }
td.TdClassName
{
border-color: #007C73;
}
.TagClassName
{
border-color: #007C73;
}
</style>