Shades of Pine Green #01756B
Tints of Pine Green #01756B
RGB
CMYK
RGB Variations
Color information
#01756B (or 0x01756B) is known color: Pine Green. HEX triplet: 01, 75 and 6B. RGB value is (1,117,107). Sum of RGB (Red+Green+Blue) = 1+117+107=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #01756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01756B is #FE8A94. Grayscale: #515151. Windows color (decimal): -16681621 or 7042305. OLE color: 7042305.
HSL color Cylindrical-coordinate representation of color #01756B: hue angle of 174.83º 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 #01756B is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 107 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.54 |
| HSL | 174.83º | 0.98% | 0.23% | - |
| HSV(B) | 174.83º | 0.99% | 0.46% | - |
| XYZ | 9.03 | 13.79 | 16.1 | - |
| YUV | 81.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 107 | 0.99 | 0 | 0.09 | 0.54 | 174.83 | 0.98 | 0.23 |
| Hex | 1 | 75 | 6B | 63 | 0 | 9 | 36 | AF | 62 | 17 |
| Octal | 1 | 165 | 153 | 143 | 0 | 11 | 66 | 257 | 142 | 27 |
| Binary | 1 | 1110101 | 1101011 | 1100011 | 0 | 1001 | 110110 | 10101111 | 1100010 | 10111 |
Color Harmonies of #01756B
Complementary color
Monochromatic Colors of #01756B
Black with #01756B
Text Example
Text Example
White with #01756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01756B; }
p { color: rgb(1,117,107); }
H1.HeaderClassName
{
color: #01756B;
}
.AnyTagClassName
{
color: #01756B;
}
</style>
background-color css
<style>
a { background-color: #01756B; }
a { background-color: rgb(1,117,107); }
div.DivClassName
{
background-color: #01756B;
}
.BgClassName
{
background-color: #01756B;
}
</style>
border-color css
<style>
span { border-color: #01756B; }
span { border-color: rgb(1,117,107); }
td.TdClassName
{
border-color: #01756B;
}
.TagClassName
{
border-color: #01756B;
}
</style>