Shades of Pine Green #01706E
Tints of Pine Green #01706E
RGB
CMYK
RGB Variations
Color information
#01706E (or 0x01706E) is known color: Pine Green. HEX triplet: 01, 70 and 6E. RGB value is (1,112,110). Sum of RGB (Red+Green+Blue) = 1+112+110=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #01706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01706E is #FE8F91. Grayscale: #4E4E4E. Windows color (decimal): -16682898 or 7237633. OLE color: 7237633.
HSL color Cylindrical-coordinate representation of color #01706E: hue angle of 178.92º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01706E is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 110 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.56 |
| HSL | 178.92º | 0.98% | 0.22% | - |
| HSV(B) | 178.92º | 0.99% | 0.44% | - |
| XYZ | 8.62 | 12.72 | 16.75 | - |
| YUV | 78.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 110 | 0.99 | 0 | 0.02 | 0.56 | 178.92 | 0.98 | 0.22 |
| Hex | 1 | 70 | 6E | 63 | 0 | 2 | 38 | B3 | 62 | 16 |
| Octal | 1 | 160 | 156 | 143 | 0 | 2 | 70 | 263 | 142 | 26 |
| Binary | 1 | 1110000 | 1101110 | 1100011 | 0 | 10 | 111000 | 10110011 | 1100010 | 10110 |
Color Harmonies of #01706E
Complementary color
Monochromatic Colors of #01706E
Black with #01706E
Text Example
Text Example
White with #01706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01706E; }
p { color: rgb(1,112,110); }
H1.HeaderClassName
{
color: #01706E;
}
.AnyTagClassName
{
color: #01706E;
}
</style>
background-color css
<style>
a { background-color: #01706E; }
a { background-color: rgb(1,112,110); }
div.DivClassName
{
background-color: #01706E;
}
.BgClassName
{
background-color: #01706E;
}
</style>
border-color css
<style>
span { border-color: #01706E; }
span { border-color: rgb(1,112,110); }
td.TdClassName
{
border-color: #01706E;
}
.TagClassName
{
border-color: #01706E;
}
</style>