Shades of Green #10700D
Tints of Green #10700D
RGB
CMYK
RGB Variations
Color information
#10700D (or 0x10700D) is known color: Green. HEX triplet: 10, 70 and 0D. RGB value is (16,112,13). Sum of RGB (Red+Green+Blue) = 16+112+13=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #10700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10700D is #EF8FF2. Grayscale: #484848. Windows color (decimal): -15699955 or 880656. OLE color: 880656.
HSL color Cylindrical-coordinate representation of color #10700D: hue angle of 118.18º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10700D is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 13 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.56 |
| HSL | 118.18º | 0.79% | 0.25% | - |
| HSV(B) | 118.18º | 0.88% | 0.44% | - |
| XYZ | 6.08 | 11.73 | 2.32 | - |
| YUV | 72.01 | 94.7 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 13 | 0.86 | 0 | 0.88 | 0.56 | 118.18 | 0.79 | 0.25 |
| Hex | 10 | 70 | D | 56 | 0 | 58 | 38 | 76 | 4F | 19 |
| Octal | 20 | 160 | 15 | 126 | 0 | 130 | 70 | 166 | 117 | 31 |
| Binary | 10000 | 1110000 | 1101 | 1010110 | 0 | 1011000 | 111000 | 1110110 | 1001111 | 11001 |
Color Harmonies of #10700D
Complementary color
Monochromatic Colors of #10700D
Black with #10700D
Text Example
Text Example
White with #10700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10700D; }
p { color: rgb(16,112,13); }
H1.HeaderClassName
{
color: #10700D;
}
.AnyTagClassName
{
color: #10700D;
}
</style>
background-color css
<style>
a { background-color: #10700D; }
a { background-color: rgb(16,112,13); }
div.DivClassName
{
background-color: #10700D;
}
.BgClassName
{
background-color: #10700D;
}
</style>
border-color css
<style>
span { border-color: #10700D; }
span { border-color: rgb(16,112,13); }
td.TdClassName
{
border-color: #10700D;
}
.TagClassName
{
border-color: #10700D;
}
</style>