Shades of Pine Green #017C68
Tints of Pine Green #017C68
RGB
CMYK
RGB Variations
Color information
#017C68 (or 0x017C68) is known color: Pine Green. HEX triplet: 01, 7C and 68. RGB value is (1,124,104). Sum of RGB (Red+Green+Blue) = 1+124+104=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #017C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C68 is #FE8397. Grayscale: #545454. Windows color (decimal): -16679832 or 6847489. OLE color: 6847489.
HSL color Cylindrical-coordinate representation of color #017C68: hue angle of 170.24º 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 #017C68 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 104 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.51 |
| HSL | 170.24º | 0.98% | 0.25% | - |
| HSV(B) | 170.24º | 0.99% | 0.49% | - |
| XYZ | 9.72 | 15.42 | 15.56 | - |
| YUV | 84.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 104 | 0.99 | 0 | 0.16 | 0.51 | 170.24 | 0.98 | 0.25 |
| Hex | 1 | 7C | 68 | 63 | 0 | 10 | 33 | AA | 62 | 19 |
| Octal | 1 | 174 | 150 | 143 | 0 | 20 | 63 | 252 | 142 | 31 |
| Binary | 1 | 1111100 | 1101000 | 1100011 | 0 | 10000 | 110011 | 10101010 | 1100010 | 11001 |
Color Harmonies of #017C68
Complementary color
Monochromatic Colors of #017C68
Black with #017C68
Text Example
Text Example
White with #017C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C68; }
p { color: rgb(1,124,104); }
H1.HeaderClassName
{
color: #017C68;
}
.AnyTagClassName
{
color: #017C68;
}
</style>
background-color css
<style>
a { background-color: #017C68; }
a { background-color: rgb(1,124,104); }
div.DivClassName
{
background-color: #017C68;
}
.BgClassName
{
background-color: #017C68;
}
</style>
border-color css
<style>
span { border-color: #017C68; }
span { border-color: rgb(1,124,104); }
td.TdClassName
{
border-color: #017C68;
}
.TagClassName
{
border-color: #017C68;
}
</style>