Shades of Pine Green #0D7E74
Tints of Pine Green #0D7E74
RGB
CMYK
RGB Variations
Color information
#0D7E74 (or 0x0D7E74) is known color: Pine Green. HEX triplet: 0D, 7E and 74. RGB value is (13,126,116). Sum of RGB (Red+Green+Blue) = 13+126+116=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #0D7E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7E74 is #F2818B. Grayscale: #5B5B5B. Windows color (decimal): -15892876 or 7634445. OLE color: 7634445.
HSL color Cylindrical-coordinate representation of color #0D7E74: hue angle of 174.69º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7E74 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 126 | 116 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.51 |
| HSL | 174.69º | 0.81% | 0.27% | - |
| HSV(B) | 174.69º | 0.9% | 0.49% | - |
| XYZ | 10.78 | 16.27 | 19.09 | - |
| YUV | 91.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 126 | 116 | 0.90 | 0 | 0.08 | 0.51 | 174.69 | 0.81 | 0.27 |
| Hex | D | 7E | 74 | 5A | 0 | 8 | 33 | AF | 51 | 1B |
| Octal | 15 | 176 | 164 | 132 | 0 | 10 | 63 | 257 | 121 | 33 |
| Binary | 1101 | 1111110 | 1110100 | 1011010 | 0 | 1000 | 110011 | 10101111 | 1010001 | 11011 |
Color Harmonies of #0D7E74
Complementary color
Monochromatic Colors of #0D7E74
Black with #0D7E74
Text Example
Text Example
White with #0D7E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7E74; }
p { color: rgb(13,126,116); }
H1.HeaderClassName
{
color: #0D7E74;
}
.AnyTagClassName
{
color: #0D7E74;
}
</style>
background-color css
<style>
a { background-color: #0D7E74; }
a { background-color: rgb(13,126,116); }
div.DivClassName
{
background-color: #0D7E74;
}
.BgClassName
{
background-color: #0D7E74;
}
</style>
border-color css
<style>
span { border-color: #0D7E74; }
span { border-color: rgb(13,126,116); }
td.TdClassName
{
border-color: #0D7E74;
}
.TagClassName
{
border-color: #0D7E74;
}
</style>