Shades of Pine Green #107674
Tints of Pine Green #107674
RGB
CMYK
RGB Variations
Color information
#107674 (or 0x107674) is known color: Pine Green. HEX triplet: 10, 76 and 74. RGB value is (16,118,116). Sum of RGB (Red+Green+Blue) = 16+118+116=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #107674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107674 is #EF898B. Grayscale: #575757. Windows color (decimal): -15698316 or 7632400. OLE color: 7632400.
HSL color Cylindrical-coordinate representation of color #107674: hue angle of 178.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107674 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 116 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.54 |
| HSL | 178.82º | 0.76% | 0.26% | - |
| HSV(B) | 178.82º | 0.86% | 0.46% | - |
| XYZ | 9.84 | 14.33 | 18.77 | - |
| YUV | 87.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 116 | 0.86 | 0 | 0.02 | 0.54 | 178.82 | 0.76 | 0.26 |
| Hex | 10 | 76 | 74 | 56 | 0 | 2 | 36 | B3 | 4C | 1A |
| Octal | 20 | 166 | 164 | 126 | 0 | 2 | 66 | 263 | 114 | 32 |
| Binary | 10000 | 1110110 | 1110100 | 1010110 | 0 | 10 | 110110 | 10110011 | 1001100 | 11010 |
Color Harmonies of #107674
Complementary color
Monochromatic Colors of #107674
Black with #107674
Text Example
Text Example
White with #107674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107674; }
p { color: rgb(16,118,116); }
H1.HeaderClassName
{
color: #107674;
}
.AnyTagClassName
{
color: #107674;
}
</style>
background-color css
<style>
a { background-color: #107674; }
a { background-color: rgb(16,118,116); }
div.DivClassName
{
background-color: #107674;
}
.BgClassName
{
background-color: #107674;
}
</style>
border-color css
<style>
span { border-color: #107674; }
span { border-color: rgb(16,118,116); }
td.TdClassName
{
border-color: #107674;
}
.TagClassName
{
border-color: #107674;
}
</style>