Shades of Dark Green #091714
Tints of Dark Green #091714
RGB
CMYK
RGB Variations
Color information
#091714 (or 0x091714) is known color: Dark Green. HEX triplet: 09, 17 and 14. RGB value is (9,23,20). Sum of RGB (Red+Green+Blue) = 9+23+20=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #091714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091714 is #F6E8EB. Grayscale: #121212. Windows color (decimal): -16181484 or 1316617. OLE color: 1316617.
HSL color Cylindrical-coordinate representation of color #091714: hue angle of 167.14º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #091714 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 23 | 20 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.91 |
| HSL | 167.14º | 0.44% | 0.06% | - |
| HSV(B) | 167.14º | 0.61% | 0.09% | - |
| XYZ | 0.55 | 0.72 | 0.77 | - |
| YUV | 18.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 20 | 0.61 | 0 | 0.13 | 0.91 | 167.14 | 0.44 | 0.06 |
| Hex | 9 | 17 | 14 | 3D | 0 | D | 5B | A7 | 2C | 6 |
| Octal | 11 | 27 | 24 | 75 | 0 | 15 | 133 | 247 | 54 | 6 |
| Binary | 1001 | 10111 | 10100 | 111101 | 0 | 1101 | 1011011 | 10100111 | 101100 | 110 |
Color Harmonies of #091714
Complementary color
Monochromatic Colors of #091714
Black with #091714
Text Example
Text Example
White with #091714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091714; }
p { color: rgb(9,23,20); }
H1.HeaderClassName
{
color: #091714;
}
.AnyTagClassName
{
color: #091714;
}
</style>
background-color css
<style>
a { background-color: #091714; }
a { background-color: rgb(9,23,20); }
div.DivClassName
{
background-color: #091714;
}
.BgClassName
{
background-color: #091714;
}
</style>
border-color css
<style>
span { border-color: #091714; }
span { border-color: rgb(9,23,20); }
td.TdClassName
{
border-color: #091714;
}
.TagClassName
{
border-color: #091714;
}
</style>