Shades of Pine Green #01766B
Tints of Pine Green #01766B
RGB
CMYK
RGB Variations
Color information
#01766B (or 0x01766B) is known color: Pine Green. HEX triplet: 01, 76 and 6B. RGB value is (1,118,107). Sum of RGB (Red+Green+Blue) = 1+118+107=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #01766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01766B is #FE8994. Grayscale: #515151. Windows color (decimal): -16681365 or 7042561. OLE color: 7042561.
HSL color Cylindrical-coordinate representation of color #01766B: hue angle of 174.36º 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 #01766B is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 107 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.54 |
| HSL | 174.36º | 0.98% | 0.23% | - |
| HSV(B) | 174.36º | 0.99% | 0.46% | - |
| XYZ | 9.14 | 14.02 | 16.14 | - |
| YUV | 81.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 107 | 0.99 | 0 | 0.09 | 0.54 | 174.36 | 0.98 | 0.23 |
| Hex | 1 | 76 | 6B | 63 | 0 | 9 | 36 | AE | 62 | 17 |
| Octal | 1 | 166 | 153 | 143 | 0 | 11 | 66 | 256 | 142 | 27 |
| Binary | 1 | 1110110 | 1101011 | 1100011 | 0 | 1001 | 110110 | 10101110 | 1100010 | 10111 |
Color Harmonies of #01766B
Complementary color
Monochromatic Colors of #01766B
Black with #01766B
Text Example
Text Example
White with #01766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01766B; }
p { color: rgb(1,118,107); }
H1.HeaderClassName
{
color: #01766B;
}
.AnyTagClassName
{
color: #01766B;
}
</style>
background-color css
<style>
a { background-color: #01766B; }
a { background-color: rgb(1,118,107); }
div.DivClassName
{
background-color: #01766B;
}
.BgClassName
{
background-color: #01766B;
}
</style>
border-color css
<style>
span { border-color: #01766B; }
span { border-color: rgb(1,118,107); }
td.TdClassName
{
border-color: #01766B;
}
.TagClassName
{
border-color: #01766B;
}
</style>