Shades of Pine Green #01806C
Tints of Pine Green #01806C
RGB
CMYK
RGB Variations
Color information
#01806C (or 0x01806C) is known color: Pine Green. HEX triplet: 01, 80 and 6C. RGB value is (1,128,108). Sum of RGB (Red+Green+Blue) = 1+128+108=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #01806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01806C is #FE7F93. Grayscale: #575757. Windows color (decimal): -16678804 or 7110657. OLE color: 7110657.
HSL color Cylindrical-coordinate representation of color #01806C: hue angle of 170.55º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01806C is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 108 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.50 |
| HSL | 170.55º | 0.98% | 0.25% | - |
| HSV(B) | 170.55º | 0.99% | 0.5% | - |
| XYZ | 10.44 | 16.53 | 16.83 | - |
| YUV | 87.75 | 139.42 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 108 | 0.99 | 0 | 0.16 | 0.50 | 170.55 | 0.98 | 0.25 |
| Hex | 1 | 80 | 6C | 63 | 0 | 10 | 32 | AB | 62 | 19 |
| Octal | 1 | 200 | 154 | 143 | 0 | 20 | 62 | 253 | 142 | 31 |
| Binary | 1 | 10000000 | 1101100 | 1100011 | 0 | 10000 | 110010 | 10101011 | 1100010 | 11001 |
Color Harmonies of #01806C
Complementary color
Monochromatic Colors of #01806C
Black with #01806C
Text Example
Text Example
White with #01806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01806C; }
p { color: rgb(1,128,108); }
H1.HeaderClassName
{
color: #01806C;
}
.AnyTagClassName
{
color: #01806C;
}
</style>
background-color css
<style>
a { background-color: #01806C; }
a { background-color: rgb(1,128,108); }
div.DivClassName
{
background-color: #01806C;
}
.BgClassName
{
background-color: #01806C;
}
</style>
border-color css
<style>
span { border-color: #01806C; }
span { border-color: rgb(1,128,108); }
td.TdClassName
{
border-color: #01806C;
}
.TagClassName
{
border-color: #01806C;
}
</style>