Shades of Pine Green #017E6C
Tints of Pine Green #017E6C
RGB
CMYK
RGB Variations
Color information
#017E6C (or 0x017E6C) is known color: Pine Green. HEX triplet: 01, 7E and 6C. RGB value is (1,126,108). Sum of RGB (Red+Green+Blue) = 1+126+108=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #017E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017E6C is #FE8193. Grayscale: #565656. Windows color (decimal): -16679316 or 7110145. OLE color: 7110145.
HSL color Cylindrical-coordinate representation of color #017E6C: hue angle of 171.36º 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 #017E6C is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 108 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.51 |
| HSL | 171.36º | 0.98% | 0.25% | - |
| HSV(B) | 171.36º | 0.99% | 0.49% | - |
| XYZ | 10.18 | 16.01 | 16.74 | - |
| YUV | 86.57 | 140.09 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 108 | 0.99 | 0 | 0.14 | 0.51 | 171.36 | 0.98 | 0.25 |
| Hex | 1 | 7E | 6C | 63 | 0 | E | 33 | AB | 62 | 19 |
| Octal | 1 | 176 | 154 | 143 | 0 | 16 | 63 | 253 | 142 | 31 |
| Binary | 1 | 1111110 | 1101100 | 1100011 | 0 | 1110 | 110011 | 10101011 | 1100010 | 11001 |
Color Harmonies of #017E6C
Complementary color
Monochromatic Colors of #017E6C
Black with #017E6C
Text Example
Text Example
White with #017E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E6C; }
p { color: rgb(1,126,108); }
H1.HeaderClassName
{
color: #017E6C;
}
.AnyTagClassName
{
color: #017E6C;
}
</style>
background-color css
<style>
a { background-color: #017E6C; }
a { background-color: rgb(1,126,108); }
div.DivClassName
{
background-color: #017E6C;
}
.BgClassName
{
background-color: #017E6C;
}
</style>
border-color css
<style>
span { border-color: #017E6C; }
span { border-color: rgb(1,126,108); }
td.TdClassName
{
border-color: #017E6C;
}
.TagClassName
{
border-color: #017E6C;
}
</style>