Shades of Dark Green #101714
Tints of Dark Green #101714
RGB
CMYK
RGB Variations
Color information
#101714 (or 0x101714) is known color: Dark Green. HEX triplet: 10, 17 and 14. RGB value is (16,23,20). Sum of RGB (Red+Green+Blue) = 16+23+20=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #101714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101714 is #EFE8EB. Grayscale: #141414. Windows color (decimal): -15722732 or 1316624. OLE color: 1316624.
HSL color Cylindrical-coordinate representation of color #101714: hue angle of 154.29º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #101714 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 23 | 20 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.91 |
| HSL | 154.29º | 0.18% | 0.08% | - |
| HSV(B) | 154.29º | 0.3% | 0.09% | - |
| XYZ | 0.65 | 0.77 | 0.78 | - |
| YUV | 20.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 20 | 0.30 | 0 | 0.13 | 0.91 | 154.29 | 0.18 | 0.08 |
| Hex | 10 | 17 | 14 | 1E | 0 | D | 5B | 9A | 12 | 8 |
| Octal | 20 | 27 | 24 | 36 | 0 | 15 | 133 | 232 | 22 | 10 |
| Binary | 10000 | 10111 | 10100 | 11110 | 0 | 1101 | 1011011 | 10011010 | 10010 | 1000 |
Color Harmonies of #101714
Complementary color
Monochromatic Colors of #101714
Black with #101714
Text Example
Text Example
White with #101714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101714; }
p { color: rgb(16,23,20); }
H1.HeaderClassName
{
color: #101714;
}
.AnyTagClassName
{
color: #101714;
}
</style>
background-color css
<style>
a { background-color: #101714; }
a { background-color: rgb(16,23,20); }
div.DivClassName
{
background-color: #101714;
}
.BgClassName
{
background-color: #101714;
}
</style>
border-color css
<style>
span { border-color: #101714; }
span { border-color: rgb(16,23,20); }
td.TdClassName
{
border-color: #101714;
}
.TagClassName
{
border-color: #101714;
}
</style>