Shades of Dark Green #07110C
Tints of Dark Green #07110C
RGB
CMYK
RGB Variations
Color information
#07110C (or 0x07110C) is known color: Dark Green. HEX triplet: 07, 11 and 0C. RGB value is (7,17,12). Sum of RGB (Red+Green+Blue) = 7+17+12=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #07110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07110C is #F8EEF3. Grayscale: #0D0D0D. Windows color (decimal): -16314100 or 790791. OLE color: 790791.
HSL color Cylindrical-coordinate representation of color #07110C: hue angle of 150º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #07110C is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 12 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.93 |
| HSL | 150º | 0.42% | 0.05% | - |
| HSV(B) | 150º | 0.59% | 0.07% | - |
| XYZ | 0.35 | 0.47 | 0.42 | - |
| YUV | 13.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 12 | 0.59 | 0 | 0.29 | 0.93 | 150 | 0.42 | 0.05 |
| Hex | 7 | 11 | C | 3B | 0 | 1D | 5D | 96 | 2A | 5 |
| Octal | 7 | 21 | 14 | 73 | 0 | 35 | 135 | 226 | 52 | 5 |
| Binary | 111 | 10001 | 1100 | 111011 | 0 | 11101 | 1011101 | 10010110 | 101010 | 101 |
Color Harmonies of #07110C
Complementary color
Monochromatic Colors of #07110C
Black with #07110C
Text Example
Text Example
White with #07110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07110C; }
p { color: rgb(7,17,12); }
H1.HeaderClassName
{
color: #07110C;
}
.AnyTagClassName
{
color: #07110C;
}
</style>
background-color css
<style>
a { background-color: #07110C; }
a { background-color: rgb(7,17,12); }
div.DivClassName
{
background-color: #07110C;
}
.BgClassName
{
background-color: #07110C;
}
</style>
border-color css
<style>
span { border-color: #07110C; }
span { border-color: rgb(7,17,12); }
td.TdClassName
{
border-color: #07110C;
}
.TagClassName
{
border-color: #07110C;
}
</style>