Shades of Pine Green #107C74
Tints of Pine Green #107C74
RGB
CMYK
RGB Variations
Color information
#107C74 (or 0x107C74) is known color: Pine Green. HEX triplet: 10, 7C and 74. RGB value is (16,124,116). Sum of RGB (Red+Green+Blue) = 16+124+116=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #107C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C74 is #EF838B. Grayscale: #5A5A5A. Windows color (decimal): -15696780 or 7633936. OLE color: 7633936.
HSL color Cylindrical-coordinate representation of color #107C74: hue angle of 175.56º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107C74 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 124 | 116 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.51 |
| HSL | 175.56º | 0.77% | 0.27% | - |
| HSV(B) | 175.56º | 0.87% | 0.49% | - |
| XYZ | 10.57 | 15.79 | 19.01 | - |
| YUV | 90.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 116 | 0.87 | 0 | 0.06 | 0.51 | 175.56 | 0.77 | 0.27 |
| Hex | 10 | 7C | 74 | 57 | 0 | 6 | 33 | B0 | 4D | 1B |
| Octal | 20 | 174 | 164 | 127 | 0 | 6 | 63 | 260 | 115 | 33 |
| Binary | 10000 | 1111100 | 1110100 | 1010111 | 0 | 110 | 110011 | 10110000 | 1001101 | 11011 |
Color Harmonies of #107C74
Complementary color
Monochromatic Colors of #107C74
Black with #107C74
Text Example
Text Example
White with #107C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C74; }
p { color: rgb(16,124,116); }
H1.HeaderClassName
{
color: #107C74;
}
.AnyTagClassName
{
color: #107C74;
}
</style>
background-color css
<style>
a { background-color: #107C74; }
a { background-color: rgb(16,124,116); }
div.DivClassName
{
background-color: #107C74;
}
.BgClassName
{
background-color: #107C74;
}
</style>
border-color css
<style>
span { border-color: #107C74; }
span { border-color: rgb(16,124,116); }
td.TdClassName
{
border-color: #107C74;
}
.TagClassName
{
border-color: #107C74;
}
</style>