Shades of Pine Green #00786E
Tints of Pine Green #00786E
RGB
CMYK
RGB Variations
Color information
#00786E (or 0x00786E) is known color: Pine Green. HEX triplet: 00, 78 and 6E. RGB value is (0,120,110). Sum of RGB (Red+Green+Blue) = 0+120+110=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #00786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00786E is #FF8791. Grayscale: #525252. Windows color (decimal): -16746386 or 7239680. OLE color: 7239680.
HSL color Cylindrical-coordinate representation of color #00786E: hue angle of 175º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00786E is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 110 | - |
| CMYK | 1 | 0 | 0.08 | 0.53 |
| HSL | 175º | 1% | 0.24% | - |
| HSV(B) | 175º | 1% | 0.47% | - |
| XYZ | 9.53 | 14.56 | 17.06 | - |
| YUV | 82.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 110 | 1 | 0 | 0.08 | 0.53 | 175 | 1 | 0.24 |
| Hex | 0 | 78 | 6E | 64 | 0 | 8 | 35 | AF | 64 | 18 |
| Octal | 0 | 170 | 156 | 144 | 0 | 10 | 65 | 257 | 144 | 30 |
| Binary | 0 | 1111000 | 1101110 | 1100100 | 0 | 1000 | 110101 | 10101111 | 1100100 | 11000 |
Color Harmonies of #00786E
Complementary color
Monochromatic Colors of #00786E
Black with #00786E
Text Example
Text Example
White with #00786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00786E; }
p { color: rgb(0,120,110); }
H1.HeaderClassName
{
color: #00786E;
}
.AnyTagClassName
{
color: #00786E;
}
</style>
background-color css
<style>
a { background-color: #00786E; }
a { background-color: rgb(0,120,110); }
div.DivClassName
{
background-color: #00786E;
}
.BgClassName
{
background-color: #00786E;
}
</style>
border-color css
<style>
span { border-color: #00786E; }
span { border-color: rgb(0,120,110); }
td.TdClassName
{
border-color: #00786E;
}
.TagClassName
{
border-color: #00786E;
}
</style>