Shades of Dark Green #073117
Tints of Dark Green #073117
RGB
CMYK
RGB Variations
Color information
#073117 (or 0x073117) is known color: Dark Green. HEX triplet: 07, 31 and 17. RGB value is (7,49,23). Sum of RGB (Red+Green+Blue) = 7+49+23=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #073117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073117 is #F8CEE8. Grayscale: #212121. Windows color (decimal): -16305897 or 1519879. OLE color: 1519879.
HSL color Cylindrical-coordinate representation of color #073117: hue angle of 142.86º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073117 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 23 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.81 |
| HSL | 142.86º | 0.75% | 0.11% | - |
| HSV(B) | 142.86º | 0.86% | 0.19% | - |
| XYZ | 1.34 | 2.3 | 1.18 | - |
| YUV | 33.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 23 | 0.86 | 0 | 0.53 | 0.81 | 142.86 | 0.75 | 0.11 |
| Hex | 7 | 31 | 17 | 56 | 0 | 35 | 51 | 8F | 4B | B |
| Octal | 7 | 61 | 27 | 126 | 0 | 65 | 121 | 217 | 113 | 13 |
| Binary | 111 | 110001 | 10111 | 1010110 | 0 | 110101 | 1010001 | 10001111 | 1001011 | 1011 |
Color Harmonies of #073117
Complementary color
Monochromatic Colors of #073117
Black with #073117
Text Example
Text Example
White with #073117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073117; }
p { color: rgb(7,49,23); }
H1.HeaderClassName
{
color: #073117;
}
.AnyTagClassName
{
color: #073117;
}
</style>
background-color css
<style>
a { background-color: #073117; }
a { background-color: rgb(7,49,23); }
div.DivClassName
{
background-color: #073117;
}
.BgClassName
{
background-color: #073117;
}
</style>
border-color css
<style>
span { border-color: #073117; }
span { border-color: rgb(7,49,23); }
td.TdClassName
{
border-color: #073117;
}
.TagClassName
{
border-color: #073117;
}
</style>