Shades of Pine Green #117A70
Tints of Pine Green #117A70
RGB
CMYK
RGB Variations
Color information
#117A70 (or 0x117A70) is known color: Pine Green. HEX triplet: 11, 7A and 70. RGB value is (17,122,112). Sum of RGB (Red+Green+Blue) = 17+122+112=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #117A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A70 is #EE858F. Grayscale: #595959. Windows color (decimal): -15631760 or 7371281. OLE color: 7371281.
HSL color Cylindrical-coordinate representation of color #117A70: hue angle of 174.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A70 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 112 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.52 |
| HSL | 174.29º | 0.76% | 0.27% | - |
| HSV(B) | 174.29º | 0.86% | 0.48% | - |
| XYZ | 10.12 | 15.21 | 17.73 | - |
| YUV | 89.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 112 | 0.86 | 0 | 0.08 | 0.52 | 174.29 | 0.76 | 0.27 |
| Hex | 11 | 7A | 70 | 56 | 0 | 8 | 34 | AE | 4C | 1B |
| Octal | 21 | 172 | 160 | 126 | 0 | 10 | 64 | 256 | 114 | 33 |
| Binary | 10001 | 1111010 | 1110000 | 1010110 | 0 | 1000 | 110100 | 10101110 | 1001100 | 11011 |
Color Harmonies of #117A70
Complementary color
Monochromatic Colors of #117A70
Black with #117A70
Text Example
Text Example
White with #117A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A70; }
p { color: rgb(17,122,112); }
H1.HeaderClassName
{
color: #117A70;
}
.AnyTagClassName
{
color: #117A70;
}
</style>
background-color css
<style>
a { background-color: #117A70; }
a { background-color: rgb(17,122,112); }
div.DivClassName
{
background-color: #117A70;
}
.BgClassName
{
background-color: #117A70;
}
</style>
border-color css
<style>
span { border-color: #117A70; }
span { border-color: rgb(17,122,112); }
td.TdClassName
{
border-color: #117A70;
}
.TagClassName
{
border-color: #117A70;
}
</style>