Shades of Dark Green #07110A
Tints of Dark Green #07110A
RGB
CMYK
RGB Variations
Color information
#07110A (or 0x07110A) is known color: Dark Green. HEX triplet: 07, 11 and 0A. RGB value is (7,17,10). Sum of RGB (Red+Green+Blue) = 7+17+10=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #07110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07110A is #F8EEF5. Grayscale: #0D0D0D. Windows color (decimal): -16314102 or 659719. OLE color: 659719.
HSL color Cylindrical-coordinate representation of color #07110A: hue angle of 138º 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 #07110A is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 10 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.93 |
| HSL | 138º | 0.42% | 0.05% | - |
| HSV(B) | 138º | 0.59% | 0.07% | - |
| XYZ | 0.34 | 0.47 | 0.36 | - |
| YUV | 13.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 10 | 0.59 | 0 | 0.41 | 0.93 | 138 | 0.42 | 0.05 |
| Hex | 7 | 11 | A | 3B | 0 | 29 | 5D | 8A | 2A | 5 |
| Octal | 7 | 21 | 12 | 73 | 0 | 51 | 135 | 212 | 52 | 5 |
| Binary | 111 | 10001 | 1010 | 111011 | 0 | 101001 | 1011101 | 10001010 | 101010 | 101 |
Color Harmonies of #07110A
Complementary color
Monochromatic Colors of #07110A
Black with #07110A
Text Example
Text Example
White with #07110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07110A; }
p { color: rgb(7,17,10); }
H1.HeaderClassName
{
color: #07110A;
}
.AnyTagClassName
{
color: #07110A;
}
</style>
background-color css
<style>
a { background-color: #07110A; }
a { background-color: rgb(7,17,10); }
div.DivClassName
{
background-color: #07110A;
}
.BgClassName
{
background-color: #07110A;
}
</style>
border-color css
<style>
span { border-color: #07110A; }
span { border-color: rgb(7,17,10); }
td.TdClassName
{
border-color: #07110A;
}
.TagClassName
{
border-color: #07110A;
}
</style>