Shades of Pine Green #117073
Tints of Pine Green #117073
RGB
CMYK
RGB Variations
Color information
#117073 (or 0x117073) is known color: Pine Green. HEX triplet: 11, 70 and 73. RGB value is (17,112,115). Sum of RGB (Red+Green+Blue) = 17+112+115=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #117073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117073 is #EE8F8C. Grayscale: #535353. Windows color (decimal): -15634317 or 7565329. OLE color: 7565329.
HSL color Cylindrical-coordinate representation of color #117073: hue angle of 181.84º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117073 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 112 | 115 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.55 |
| HSL | 181.84º | 0.74% | 0.26% | - |
| HSV(B) | 181.84º | 0.85% | 0.45% | - |
| XYZ | 9.12 | 12.95 | 18.24 | - |
| YUV | 83.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 115 | 0.85 | 0.03 | 0 | 0.55 | 181.84 | 0.74 | 0.26 |
| Hex | 11 | 70 | 73 | 55 | 3 | 0 | 37 | B6 | 4A | 1A |
| Octal | 21 | 160 | 163 | 125 | 3 | 0 | 67 | 266 | 112 | 32 |
| Binary | 10001 | 1110000 | 1110011 | 1010101 | 11 | 0 | 110111 | 10110110 | 1001010 | 11010 |
Color Harmonies of #117073
Complementary color
Monochromatic Colors of #117073
Black with #117073
Text Example
Text Example
White with #117073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117073; }
p { color: rgb(17,112,115); }
H1.HeaderClassName
{
color: #117073;
}
.AnyTagClassName
{
color: #117073;
}
</style>
background-color css
<style>
a { background-color: #117073; }
a { background-color: rgb(17,112,115); }
div.DivClassName
{
background-color: #117073;
}
.BgClassName
{
background-color: #117073;
}
</style>
border-color css
<style>
span { border-color: #117073; }
span { border-color: rgb(17,112,115); }
td.TdClassName
{
border-color: #117073;
}
.TagClassName
{
border-color: #117073;
}
</style>