Shades of Green #10870D
Tints of Green #10870D
RGB
CMYK
RGB Variations
Color information
#10870D (or 0x10870D) is known color: Green. HEX triplet: 10, 87 and 0D. RGB value is (16,135,13). Sum of RGB (Red+Green+Blue) = 16+135+13=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 135 (53.12% from 255 or 82.32% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 135 - color contains mainly: green. Hex color #10870D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10870D is #EF78F2. Grayscale: #555555. Windows color (decimal): -15694067 or 886544. OLE color: 886544.
HSL color Cylindrical-coordinate representation of color #10870D: hue angle of 118.52º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10870D is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 13 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.47 |
| HSL | 118.52º | 0.82% | 0.29% | - |
| HSV(B) | 118.52º | 0.9% | 0.53% | - |
| XYZ | 8.95 | 17.47 | 3.28 | - |
| YUV | 85.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 13 | 0.88 | 0 | 0.90 | 0.47 | 118.52 | 0.82 | 0.29 |
| Hex | 10 | 87 | D | 58 | 0 | 5A | 2F | 77 | 52 | 1D |
| Octal | 20 | 207 | 15 | 130 | 0 | 132 | 57 | 167 | 122 | 35 |
| Binary | 10000 | 10000111 | 1101 | 1011000 | 0 | 1011010 | 101111 | 1110111 | 1010010 | 11101 |
Color Harmonies of #10870D
Complementary color
Monochromatic Colors of #10870D
Black with #10870D
Text Example
Text Example
White with #10870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10870D; }
p { color: rgb(16,135,13); }
H1.HeaderClassName
{
color: #10870D;
}
.AnyTagClassName
{
color: #10870D;
}
</style>
background-color css
<style>
a { background-color: #10870D; }
a { background-color: rgb(16,135,13); }
div.DivClassName
{
background-color: #10870D;
}
.BgClassName
{
background-color: #10870D;
}
</style>
border-color css
<style>
span { border-color: #10870D; }
span { border-color: rgb(16,135,13); }
td.TdClassName
{
border-color: #10870D;
}
.TagClassName
{
border-color: #10870D;
}
</style>