Shades of Green #106707
Tints of Green #106707
RGB
CMYK
RGB Variations
Color information
#106707 (or 0x106707) is known color: Green. HEX triplet: 10, 67 and 07. RGB value is (16,103,7). Sum of RGB (Red+Green+Blue) = 16+103+7=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 103 (40.62% from 255 or 81.75% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 103 - color contains mainly: green. Hex color #106707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106707 is #EF98F8. Grayscale: #424242. Windows color (decimal): -15702265 or 485136. OLE color: 485136.
HSL color Cylindrical-coordinate representation of color #106707: hue angle of 114.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106707 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 103 | 7 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.60 |
| HSL | 114.38º | 0.87% | 0.22% | - |
| HSV(B) | 114.38º | 0.93% | 0.4% | - |
| XYZ | 5.1 | 9.83 | 1.83 | - |
| YUV | 66.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 7 | 0.84 | 0 | 0.93 | 0.60 | 114.38 | 0.87 | 0.22 |
| Hex | 10 | 67 | 7 | 54 | 0 | 5D | 3C | 72 | 57 | 16 |
| Octal | 20 | 147 | 7 | 124 | 0 | 135 | 74 | 162 | 127 | 26 |
| Binary | 10000 | 1100111 | 111 | 1010100 | 0 | 1011101 | 111100 | 1110010 | 1010111 | 10110 |
Color Harmonies of #106707
Complementary color
Monochromatic Colors of #106707
Black with #106707
Text Example
Text Example
White with #106707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106707; }
p { color: rgb(16,103,7); }
H1.HeaderClassName
{
color: #106707;
}
.AnyTagClassName
{
color: #106707;
}
</style>
background-color css
<style>
a { background-color: #106707; }
a { background-color: rgb(16,103,7); }
div.DivClassName
{
background-color: #106707;
}
.BgClassName
{
background-color: #106707;
}
</style>
border-color css
<style>
span { border-color: #106707; }
span { border-color: rgb(16,103,7); }
td.TdClassName
{
border-color: #106707;
}
.TagClassName
{
border-color: #106707;
}
</style>