Shades of Pine Green #01756F
Tints of Pine Green #01756F
RGB
CMYK
RGB Variations
Color information
#01756F (or 0x01756F) is known color: Pine Green. HEX triplet: 01, 75 and 6F. RGB value is (1,117,111). Sum of RGB (Red+Green+Blue) = 1+117+111=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #01756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01756F is #FE8A90. Grayscale: #515151. Windows color (decimal): -16681617 or 7304449. OLE color: 7304449.
HSL color Cylindrical-coordinate representation of color #01756F: hue angle of 176.9º 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 #01756F is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 111 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.54 |
| HSL | 176.9º | 0.98% | 0.23% | - |
| HSV(B) | 176.9º | 0.99% | 0.46% | - |
| XYZ | 9.24 | 13.88 | 17.23 | - |
| YUV | 81.63 | 144.57 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 111 | 0.99 | 0 | 0.05 | 0.54 | 176.9 | 0.98 | 0.23 |
| Hex | 1 | 75 | 6F | 63 | 0 | 5 | 36 | B1 | 62 | 17 |
| Octal | 1 | 165 | 157 | 143 | 0 | 5 | 66 | 261 | 142 | 27 |
| Binary | 1 | 1110101 | 1101111 | 1100011 | 0 | 101 | 110110 | 10110001 | 1100010 | 10111 |
Color Harmonies of #01756F
Complementary color
Monochromatic Colors of #01756F
Black with #01756F
Text Example
Text Example
White with #01756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01756F; }
p { color: rgb(1,117,111); }
H1.HeaderClassName
{
color: #01756F;
}
.AnyTagClassName
{
color: #01756F;
}
</style>
background-color css
<style>
a { background-color: #01756F; }
a { background-color: rgb(1,117,111); }
div.DivClassName
{
background-color: #01756F;
}
.BgClassName
{
background-color: #01756F;
}
</style>
border-color css
<style>
span { border-color: #01756F; }
span { border-color: rgb(1,117,111); }
td.TdClassName
{
border-color: #01756F;
}
.TagClassName
{
border-color: #01756F;
}
</style>