Shades of Pine Green #017672
Tints of Pine Green #017672
RGB
CMYK
RGB Variations
Color information
#017672 (or 0x017672) is known color: Pine Green. HEX triplet: 01, 76 and 72. RGB value is (1,118,114). Sum of RGB (Red+Green+Blue) = 1+118+114=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #017672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017672 is #FE898D. Grayscale: #525252. Windows color (decimal): -16681358 or 7501313. OLE color: 7501313.
HSL color Cylindrical-coordinate representation of color #017672: hue angle of 177.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017672 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 114 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.54 |
| HSL | 177.95º | 0.98% | 0.23% | - |
| HSV(B) | 177.95º | 0.99% | 0.46% | - |
| XYZ | 9.53 | 14.18 | 18.15 | - |
| YUV | 82.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 114 | 0.99 | 0 | 0.03 | 0.54 | 177.95 | 0.98 | 0.23 |
| Hex | 1 | 76 | 72 | 63 | 0 | 3 | 36 | B2 | 62 | 17 |
| Octal | 1 | 166 | 162 | 143 | 0 | 3 | 66 | 262 | 142 | 27 |
| Binary | 1 | 1110110 | 1110010 | 1100011 | 0 | 11 | 110110 | 10110010 | 1100010 | 10111 |
Color Harmonies of #017672
Complementary color
Monochromatic Colors of #017672
Black with #017672
Text Example
Text Example
White with #017672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017672; }
p { color: rgb(1,118,114); }
H1.HeaderClassName
{
color: #017672;
}
.AnyTagClassName
{
color: #017672;
}
</style>
background-color css
<style>
a { background-color: #017672; }
a { background-color: rgb(1,118,114); }
div.DivClassName
{
background-color: #017672;
}
.BgClassName
{
background-color: #017672;
}
</style>
border-color css
<style>
span { border-color: #017672; }
span { border-color: rgb(1,118,114); }
td.TdClassName
{
border-color: #017672;
}
.TagClassName
{
border-color: #017672;
}
</style>