Shades of Pine Green #017A6C
Tints of Pine Green #017A6C
RGB
CMYK
RGB Variations
Color information
#017A6C (or 0x017A6C) is known color: Pine Green. HEX triplet: 01, 7A and 6C. RGB value is (1,122,108). Sum of RGB (Red+Green+Blue) = 1+122+108=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #017A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A6C is #FE8593. Grayscale: #545454. Windows color (decimal): -16680340 or 7109121. OLE color: 7109121.
HSL color Cylindrical-coordinate representation of color #017A6C: hue angle of 173.06º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A6C is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 122 | 108 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.52 |
| HSL | 173.06º | 0.98% | 0.24% | - |
| HSV(B) | 173.06º | 0.99% | 0.48% | - |
| XYZ | 9.68 | 15.01 | 16.57 | - |
| YUV | 84.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 108 | 0.99 | 0 | 0.11 | 0.52 | 173.06 | 0.98 | 0.24 |
| Hex | 1 | 7A | 6C | 63 | 0 | B | 34 | AD | 62 | 18 |
| Octal | 1 | 172 | 154 | 143 | 0 | 13 | 64 | 255 | 142 | 30 |
| Binary | 1 | 1111010 | 1101100 | 1100011 | 0 | 1011 | 110100 | 10101101 | 1100010 | 11000 |
Color Harmonies of #017A6C
Complementary color
Monochromatic Colors of #017A6C
Black with #017A6C
Text Example
Text Example
White with #017A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A6C; }
p { color: rgb(1,122,108); }
H1.HeaderClassName
{
color: #017A6C;
}
.AnyTagClassName
{
color: #017A6C;
}
</style>
background-color css
<style>
a { background-color: #017A6C; }
a { background-color: rgb(1,122,108); }
div.DivClassName
{
background-color: #017A6C;
}
.BgClassName
{
background-color: #017A6C;
}
</style>
border-color css
<style>
span { border-color: #017A6C; }
span { border-color: rgb(1,122,108); }
td.TdClassName
{
border-color: #017A6C;
}
.TagClassName
{
border-color: #017A6C;
}
</style>