Shades of Dark Green #07110F
Tints of Dark Green #07110F
RGB
CMYK
RGB Variations
Color information
#07110F (or 0x07110F) is known color: Dark Green. HEX triplet: 07, 11 and 0F. RGB value is (7,17,15). Sum of RGB (Red+Green+Blue) = 7+17+15=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 17 - color contains mainly: green. Hex color #07110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07110F is #F8EEF0. Grayscale: #0D0D0D. Windows color (decimal): -16314097 or 987399. OLE color: 987399.
HSL color Cylindrical-coordinate representation of color #07110F: hue angle of 168º 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 #07110F is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 15 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.93 |
| HSL | 168º | 0.42% | 0.05% | - |
| HSV(B) | 168º | 0.59% | 0.07% | - |
| XYZ | 0.37 | 0.48 | 0.52 | - |
| YUV | 13.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 15 | 0.59 | 0 | 0.12 | 0.93 | 168 | 0.42 | 0.05 |
| Hex | 7 | 11 | F | 3B | 0 | C | 5D | A8 | 2A | 5 |
| Octal | 7 | 21 | 17 | 73 | 0 | 14 | 135 | 250 | 52 | 5 |
| Binary | 111 | 10001 | 1111 | 111011 | 0 | 1100 | 1011101 | 10101000 | 101010 | 101 |
Color Harmonies of #07110F
Complementary color
Monochromatic Colors of #07110F
Black with #07110F
Text Example
Text Example
White with #07110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07110F; }
p { color: rgb(7,17,15); }
H1.HeaderClassName
{
color: #07110F;
}
.AnyTagClassName
{
color: #07110F;
}
</style>
background-color css
<style>
a { background-color: #07110F; }
a { background-color: rgb(7,17,15); }
div.DivClassName
{
background-color: #07110F;
}
.BgClassName
{
background-color: #07110F;
}
</style>
border-color css
<style>
span { border-color: #07110F; }
span { border-color: rgb(7,17,15); }
td.TdClassName
{
border-color: #07110F;
}
.TagClassName
{
border-color: #07110F;
}
</style>