Shades of Pine Green #0A786E
Tints of Pine Green #0A786E
RGB
CMYK
RGB Variations
Color information
#0A786E (or 0x0A786E) is known color: Pine Green. HEX triplet: 0A, 78 and 6E. RGB value is (10,120,110). Sum of RGB (Red+Green+Blue) = 10+120+110=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #0A786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A786E is #F58791. Grayscale: #555555. Windows color (decimal): -16091026 or 7239690. OLE color: 7239690.
HSL color Cylindrical-coordinate representation of color #0A786E: hue angle of 174.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A786E is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 110 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.53 |
| HSL | 174.55º | 0.85% | 0.25% | - |
| HSV(B) | 174.55º | 0.92% | 0.47% | - |
| XYZ | 9.66 | 14.62 | 17.07 | - |
| YUV | 85.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 110 | 0.92 | 0 | 0.08 | 0.53 | 174.55 | 0.85 | 0.25 |
| Hex | A | 78 | 6E | 5C | 0 | 8 | 35 | AF | 55 | 19 |
| Octal | 12 | 170 | 156 | 134 | 0 | 10 | 65 | 257 | 125 | 31 |
| Binary | 1010 | 1111000 | 1101110 | 1011100 | 0 | 1000 | 110101 | 10101111 | 1010101 | 11001 |
Color Harmonies of #0A786E
Complementary color
Monochromatic Colors of #0A786E
Black with #0A786E
Text Example
Text Example
White with #0A786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A786E; }
p { color: rgb(10,120,110); }
H1.HeaderClassName
{
color: #0A786E;
}
.AnyTagClassName
{
color: #0A786E;
}
</style>
background-color css
<style>
a { background-color: #0A786E; }
a { background-color: rgb(10,120,110); }
div.DivClassName
{
background-color: #0A786E;
}
.BgClassName
{
background-color: #0A786E;
}
</style>
border-color css
<style>
span { border-color: #0A786E; }
span { border-color: rgb(10,120,110); }
td.TdClassName
{
border-color: #0A786E;
}
.TagClassName
{
border-color: #0A786E;
}
</style>