Shades of Pine Green #117D73
Tints of Pine Green #117D73
RGB
CMYK
RGB Variations
Color information
#117D73 (or 0x117D73) is known color: Pine Green. HEX triplet: 11, 7D and 73. RGB value is (17,125,115). Sum of RGB (Red+Green+Blue) = 17+125+115=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #117D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D73 is #EE828C. Grayscale: #5B5B5B. Windows color (decimal): -15630989 or 7568657. OLE color: 7568657.
HSL color Cylindrical-coordinate representation of color #117D73: hue angle of 174.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D73 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 115 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.51 |
| HSL | 174.44º | 0.76% | 0.28% | - |
| HSV(B) | 174.44º | 0.86% | 0.49% | - |
| XYZ | 10.66 | 16.02 | 18.75 | - |
| YUV | 91.57 | 141.22 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 115 | 0.86 | 0 | 0.08 | 0.51 | 174.44 | 0.76 | 0.28 |
| Hex | 11 | 7D | 73 | 56 | 0 | 8 | 33 | AE | 4C | 1C |
| Octal | 21 | 175 | 163 | 126 | 0 | 10 | 63 | 256 | 114 | 34 |
| Binary | 10001 | 1111101 | 1110011 | 1010110 | 0 | 1000 | 110011 | 10101110 | 1001100 | 11100 |
Color Harmonies of #117D73
Complementary color
Monochromatic Colors of #117D73
Black with #117D73
Text Example
Text Example
White with #117D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D73; }
p { color: rgb(17,125,115); }
H1.HeaderClassName
{
color: #117D73;
}
.AnyTagClassName
{
color: #117D73;
}
</style>
background-color css
<style>
a { background-color: #117D73; }
a { background-color: rgb(17,125,115); }
div.DivClassName
{
background-color: #117D73;
}
.BgClassName
{
background-color: #117D73;
}
</style>
border-color css
<style>
span { border-color: #117D73; }
span { border-color: rgb(17,125,115); }
td.TdClassName
{
border-color: #117D73;
}
.TagClassName
{
border-color: #117D73;
}
</style>