Shades of Pine Green #107972
Tints of Pine Green #107972
RGB
CMYK
RGB Variations
Color information
#107972 (or 0x107972) is known color: Pine Green. HEX triplet: 10, 79 and 72. RGB value is (16,121,114). Sum of RGB (Red+Green+Blue) = 16+121+114=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #107972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107972 is #EF868D. Grayscale: #585858. Windows color (decimal): -15697550 or 7502096. OLE color: 7502096.
HSL color Cylindrical-coordinate representation of color #107972: hue angle of 176º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107972 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 121 | 114 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.53 |
| HSL | 176º | 0.77% | 0.27% | - |
| HSV(B) | 176º | 0.87% | 0.47% | - |
| XYZ | 10.09 | 15 | 18.28 | - |
| YUV | 88.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 114 | 0.87 | 0 | 0.06 | 0.53 | 176 | 0.77 | 0.27 |
| Hex | 10 | 79 | 72 | 57 | 0 | 6 | 35 | B0 | 4D | 1B |
| Octal | 20 | 171 | 162 | 127 | 0 | 6 | 65 | 260 | 115 | 33 |
| Binary | 10000 | 1111001 | 1110010 | 1010111 | 0 | 110 | 110101 | 10110000 | 1001101 | 11011 |
Color Harmonies of #107972
Complementary color
Monochromatic Colors of #107972
Black with #107972
Text Example
Text Example
White with #107972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107972; }
p { color: rgb(16,121,114); }
H1.HeaderClassName
{
color: #107972;
}
.AnyTagClassName
{
color: #107972;
}
</style>
background-color css
<style>
a { background-color: #107972; }
a { background-color: rgb(16,121,114); }
div.DivClassName
{
background-color: #107972;
}
.BgClassName
{
background-color: #107972;
}
</style>
border-color css
<style>
span { border-color: #107972; }
span { border-color: rgb(16,121,114); }
td.TdClassName
{
border-color: #107972;
}
.TagClassName
{
border-color: #107972;
}
</style>