Shades of Green #107607
Tints of Green #107607
RGB
CMYK
RGB Variations
Color information
#107607 (or 0x107607) is known color: Green. HEX triplet: 10, 76 and 07. RGB value is (16,118,7). Sum of RGB (Red+Green+Blue) = 16+118+7=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 118 (46.48% from 255 or 83.69% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 118 - color contains mainly: green. Hex color #107607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107607 is #EF89F8. Grayscale: #4B4B4B. Windows color (decimal): -15698425 or 488976. OLE color: 488976.
HSL color Cylindrical-coordinate representation of color #107607: hue angle of 115.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107607 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 7 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.54 |
| HSL | 115.14º | 0.89% | 0.25% | - |
| HSV(B) | 115.14º | 0.94% | 0.46% | - |
| XYZ | 6.73 | 13.08 | 2.37 | - |
| YUV | 74.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 7 | 0.86 | 0 | 0.94 | 0.54 | 115.14 | 0.89 | 0.25 |
| Hex | 10 | 76 | 7 | 56 | 0 | 5E | 36 | 73 | 59 | 19 |
| Octal | 20 | 166 | 7 | 126 | 0 | 136 | 66 | 163 | 131 | 31 |
| Binary | 10000 | 1110110 | 111 | 1010110 | 0 | 1011110 | 110110 | 1110011 | 1011001 | 11001 |
Color Harmonies of #107607
Complementary color
Monochromatic Colors of #107607
Black with #107607
Text Example
Text Example
White with #107607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107607; }
p { color: rgb(16,118,7); }
H1.HeaderClassName
{
color: #107607;
}
.AnyTagClassName
{
color: #107607;
}
</style>
background-color css
<style>
a { background-color: #107607; }
a { background-color: rgb(16,118,7); }
div.DivClassName
{
background-color: #107607;
}
.BgClassName
{
background-color: #107607;
}
</style>
border-color css
<style>
span { border-color: #107607; }
span { border-color: rgb(16,118,7); }
td.TdClassName
{
border-color: #107607;
}
.TagClassName
{
border-color: #107607;
}
</style>