Shades of Pine Green #10796D
Tints of Pine Green #10796D
RGB
CMYK
RGB Variations
Color information
#10796D (or 0x10796D) is known color: Pine Green. HEX triplet: 10, 79 and 6D. RGB value is (16,121,109). Sum of RGB (Red+Green+Blue) = 16+121+109=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #10796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10796D is #EF8692. Grayscale: #585858. Windows color (decimal): -15697555 or 7174416. OLE color: 7174416.
HSL color Cylindrical-coordinate representation of color #10796D: hue angle of 173.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10796D is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 121 | 109 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.53 |
| HSL | 173.14º | 0.77% | 0.27% | - |
| HSV(B) | 173.14º | 0.87% | 0.47% | - |
| XYZ | 9.81 | 14.89 | 16.82 | - |
| YUV | 88.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 109 | 0.87 | 0 | 0.10 | 0.53 | 173.14 | 0.77 | 0.27 |
| Hex | 10 | 79 | 6D | 57 | 0 | A | 35 | AD | 4D | 1B |
| Octal | 20 | 171 | 155 | 127 | 0 | 12 | 65 | 255 | 115 | 33 |
| Binary | 10000 | 1111001 | 1101101 | 1010111 | 0 | 1010 | 110101 | 10101101 | 1001101 | 11011 |
Color Harmonies of #10796D
Complementary color
Monochromatic Colors of #10796D
Black with #10796D
Text Example
Text Example
White with #10796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10796D; }
p { color: rgb(16,121,109); }
H1.HeaderClassName
{
color: #10796D;
}
.AnyTagClassName
{
color: #10796D;
}
</style>
background-color css
<style>
a { background-color: #10796D; }
a { background-color: rgb(16,121,109); }
div.DivClassName
{
background-color: #10796D;
}
.BgClassName
{
background-color: #10796D;
}
</style>
border-color css
<style>
span { border-color: #10796D; }
span { border-color: rgb(16,121,109); }
td.TdClassName
{
border-color: #10796D;
}
.TagClassName
{
border-color: #10796D;
}
</style>