Shades of Pine Green #01786B
Tints of Pine Green #01786B
RGB
CMYK
RGB Variations
Color information
#01786B (or 0x01786B) is known color: Pine Green. HEX triplet: 01, 78 and 6B. RGB value is (1,120,107). Sum of RGB (Red+Green+Blue) = 1+120+107=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #01786B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01786B is #FE8794. Grayscale: #525252. Windows color (decimal): -16680853 or 7043073. OLE color: 7043073.
HSL color Cylindrical-coordinate representation of color #01786B: hue angle of 173.45º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01786B is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 120 | 107 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.53 |
| HSL | 173.45º | 0.98% | 0.24% | - |
| HSV(B) | 173.45º | 0.99% | 0.47% | - |
| XYZ | 9.38 | 14.5 | 16.21 | - |
| YUV | 82.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 107 | 0.99 | 0 | 0.11 | 0.53 | 173.45 | 0.98 | 0.24 |
| Hex | 1 | 78 | 6B | 63 | 0 | B | 35 | AD | 62 | 18 |
| Octal | 1 | 170 | 153 | 143 | 0 | 13 | 65 | 255 | 142 | 30 |
| Binary | 1 | 1111000 | 1101011 | 1100011 | 0 | 1011 | 110101 | 10101101 | 1100010 | 11000 |
Color Harmonies of #01786B
Complementary color
Monochromatic Colors of #01786B
Black with #01786B
Text Example
Text Example
White with #01786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01786B; }
p { color: rgb(1,120,107); }
H1.HeaderClassName
{
color: #01786B;
}
.AnyTagClassName
{
color: #01786B;
}
</style>
background-color css
<style>
a { background-color: #01786B; }
a { background-color: rgb(1,120,107); }
div.DivClassName
{
background-color: #01786B;
}
.BgClassName
{
background-color: #01786B;
}
</style>
border-color css
<style>
span { border-color: #01786B; }
span { border-color: rgb(1,120,107); }
td.TdClassName
{
border-color: #01786B;
}
.TagClassName
{
border-color: #01786B;
}
</style>