Shades of Pine Green #117A6F
Tints of Pine Green #117A6F
RGB
CMYK
RGB Variations
Color information
#117A6F (or 0x117A6F) is known color: Pine Green. HEX triplet: 11, 7A and 6F. RGB value is (17,122,111). Sum of RGB (Red+Green+Blue) = 17+122+111=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #117A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A6F is #EE8590. Grayscale: #595959. Windows color (decimal): -15631761 or 7305745. OLE color: 7305745.
HSL color Cylindrical-coordinate representation of color #117A6F: hue angle of 173.71º 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 #117A6F is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 111 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.52 |
| HSL | 173.71º | 0.76% | 0.27% | - |
| HSV(B) | 173.71º | 0.86% | 0.48% | - |
| XYZ | 10.06 | 15.19 | 17.44 | - |
| YUV | 89.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 111 | 0.86 | 0 | 0.09 | 0.52 | 173.71 | 0.76 | 0.27 |
| Hex | 11 | 7A | 6F | 56 | 0 | 9 | 34 | AE | 4C | 1B |
| Octal | 21 | 172 | 157 | 126 | 0 | 11 | 64 | 256 | 114 | 33 |
| Binary | 10001 | 1111010 | 1101111 | 1010110 | 0 | 1001 | 110100 | 10101110 | 1001100 | 11011 |
Color Harmonies of #117A6F
Complementary color
Monochromatic Colors of #117A6F
Black with #117A6F
Text Example
Text Example
White with #117A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A6F; }
p { color: rgb(17,122,111); }
H1.HeaderClassName
{
color: #117A6F;
}
.AnyTagClassName
{
color: #117A6F;
}
</style>
background-color css
<style>
a { background-color: #117A6F; }
a { background-color: rgb(17,122,111); }
div.DivClassName
{
background-color: #117A6F;
}
.BgClassName
{
background-color: #117A6F;
}
</style>
border-color css
<style>
span { border-color: #117A6F; }
span { border-color: rgb(17,122,111); }
td.TdClassName
{
border-color: #117A6F;
}
.TagClassName
{
border-color: #117A6F;
}
</style>