Shades of Dark Green #07110B
Tints of Dark Green #07110B
RGB
CMYK
RGB Variations
Color information
#07110B (or 0x07110B) is known color: Dark Green. HEX triplet: 07, 11 and 0B. RGB value is (7,17,11). Sum of RGB (Red+Green+Blue) = 7+17+11=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #07110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07110B is #F8EEF4. Grayscale: #0D0D0D. Windows color (decimal): -16314101 or 725255. OLE color: 725255.
HSL color Cylindrical-coordinate representation of color #07110B: hue angle of 144º 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 #07110B is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 11 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.93 |
| HSL | 144º | 0.42% | 0.05% | - |
| HSV(B) | 144º | 0.59% | 0.07% | - |
| XYZ | 0.35 | 0.47 | 0.39 | - |
| YUV | 13.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 11 | 0.59 | 0 | 0.35 | 0.93 | 144 | 0.42 | 0.05 |
| Hex | 7 | 11 | B | 3B | 0 | 23 | 5D | 90 | 2A | 5 |
| Octal | 7 | 21 | 13 | 73 | 0 | 43 | 135 | 220 | 52 | 5 |
| Binary | 111 | 10001 | 1011 | 111011 | 0 | 100011 | 1011101 | 10010000 | 101010 | 101 |
Color Harmonies of #07110B
Complementary color
Monochromatic Colors of #07110B
Black with #07110B
Text Example
Text Example
White with #07110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07110B; }
p { color: rgb(7,17,11); }
H1.HeaderClassName
{
color: #07110B;
}
.AnyTagClassName
{
color: #07110B;
}
</style>
background-color css
<style>
a { background-color: #07110B; }
a { background-color: rgb(7,17,11); }
div.DivClassName
{
background-color: #07110B;
}
.BgClassName
{
background-color: #07110B;
}
</style>
border-color css
<style>
span { border-color: #07110B; }
span { border-color: rgb(7,17,11); }
td.TdClassName
{
border-color: #07110B;
}
.TagClassName
{
border-color: #07110B;
}
</style>