Shades of Pine Green #017C72
Tints of Pine Green #017C72
RGB
CMYK
RGB Variations
Color information
#017C72 (or 0x017C72) is known color: Pine Green. HEX triplet: 01, 7C and 72. RGB value is (1,124,114). Sum of RGB (Red+Green+Blue) = 1+124+114=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #017C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C72 is #FE838D. Grayscale: #565656. Windows color (decimal): -16679822 or 7502849. OLE color: 7502849.
HSL color Cylindrical-coordinate representation of color #017C72: hue angle of 175.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C72 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 114 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.51 |
| HSL | 175.12º | 0.98% | 0.25% | - |
| HSV(B) | 175.12º | 0.99% | 0.49% | - |
| XYZ | 10.26 | 15.64 | 18.4 | - |
| YUV | 86.08 | 143.75 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 114 | 0.99 | 0 | 0.08 | 0.51 | 175.12 | 0.98 | 0.25 |
| Hex | 1 | 7C | 72 | 63 | 0 | 8 | 33 | AF | 62 | 19 |
| Octal | 1 | 174 | 162 | 143 | 0 | 10 | 63 | 257 | 142 | 31 |
| Binary | 1 | 1111100 | 1110010 | 1100011 | 0 | 1000 | 110011 | 10101111 | 1100010 | 11001 |
Color Harmonies of #017C72
Complementary color
Monochromatic Colors of #017C72
Black with #017C72
Text Example
Text Example
White with #017C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C72; }
p { color: rgb(1,124,114); }
H1.HeaderClassName
{
color: #017C72;
}
.AnyTagClassName
{
color: #017C72;
}
</style>
background-color css
<style>
a { background-color: #017C72; }
a { background-color: rgb(1,124,114); }
div.DivClassName
{
background-color: #017C72;
}
.BgClassName
{
background-color: #017C72;
}
</style>
border-color css
<style>
span { border-color: #017C72; }
span { border-color: rgb(1,124,114); }
td.TdClassName
{
border-color: #017C72;
}
.TagClassName
{
border-color: #017C72;
}
</style>