Shades of Pine Green #0D716A
Tints of Pine Green #0D716A
RGB
CMYK
RGB Variations
Color information
#0D716A (or 0x0D716A) is known color: Pine Green. HEX triplet: 0D, 71 and 6A. RGB value is (13,113,106). Sum of RGB (Red+Green+Blue) = 13+113+106=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #0D716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D716A is #F28E95. Grayscale: #525252. Windows color (decimal): -15896214 or 6975757. OLE color: 6975757.
HSL color Cylindrical-coordinate representation of color #0D716A: hue angle of 175.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D716A is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 106 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.56 |
| HSL | 175.8º | 0.79% | 0.25% | - |
| HSV(B) | 175.8º | 0.88% | 0.44% | - |
| XYZ | 8.67 | 12.94 | 15.68 | - |
| YUV | 82.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 106 | 0.88 | 0 | 0.06 | 0.56 | 175.8 | 0.79 | 0.25 |
| Hex | D | 71 | 6A | 58 | 0 | 6 | 38 | B0 | 4F | 19 |
| Octal | 15 | 161 | 152 | 130 | 0 | 6 | 70 | 260 | 117 | 31 |
| Binary | 1101 | 1110001 | 1101010 | 1011000 | 0 | 110 | 111000 | 10110000 | 1001111 | 11001 |
Color Harmonies of #0D716A
Complementary color
Monochromatic Colors of #0D716A
Black with #0D716A
Text Example
Text Example
White with #0D716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D716A; }
p { color: rgb(13,113,106); }
H1.HeaderClassName
{
color: #0D716A;
}
.AnyTagClassName
{
color: #0D716A;
}
</style>
background-color css
<style>
a { background-color: #0D716A; }
a { background-color: rgb(13,113,106); }
div.DivClassName
{
background-color: #0D716A;
}
.BgClassName
{
background-color: #0D716A;
}
</style>
border-color css
<style>
span { border-color: #0D716A; }
span { border-color: rgb(13,113,106); }
td.TdClassName
{
border-color: #0D716A;
}
.TagClassName
{
border-color: #0D716A;
}
</style>