Shades of Dark Green #07100A
Tints of Dark Green #07100A
RGB
CMYK
RGB Variations
Color information
#07100A (or 0x07100A) is known color: Dark Green. HEX triplet: 07, 10 and 0A. RGB value is (7,16,10). Sum of RGB (Red+Green+Blue) = 7+16+10=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #07100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07100A is #F8EFF5. Grayscale: #0C0C0C. Windows color (decimal): -16314358 or 659463. OLE color: 659463.
HSL color Cylindrical-coordinate representation of color #07100A: hue angle of 140º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #07100A is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 16 | 10 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.94 |
| HSL | 140º | 0.39% | 0.05% | - |
| HSV(B) | 140º | 0.56% | 0.06% | - |
| XYZ | 0.33 | 0.44 | 0.35 | - |
| YUV | 12.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 10 | 0.56 | 0 | 0.37 | 0.94 | 140 | 0.39 | 0.05 |
| Hex | 7 | 10 | A | 38 | 0 | 25 | 5E | 8C | 27 | 5 |
| Octal | 7 | 20 | 12 | 70 | 0 | 45 | 136 | 214 | 47 | 5 |
| Binary | 111 | 10000 | 1010 | 111000 | 0 | 100101 | 1011110 | 10001100 | 100111 | 101 |
Color Harmonies of #07100A
Complementary color
Monochromatic Colors of #07100A
Black with #07100A
Text Example
Text Example
White with #07100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07100A; }
p { color: rgb(7,16,10); }
H1.HeaderClassName
{
color: #07100A;
}
.AnyTagClassName
{
color: #07100A;
}
</style>
background-color css
<style>
a { background-color: #07100A; }
a { background-color: rgb(7,16,10); }
div.DivClassName
{
background-color: #07100A;
}
.BgClassName
{
background-color: #07100A;
}
</style>
border-color css
<style>
span { border-color: #07100A; }
span { border-color: rgb(7,16,10); }
td.TdClassName
{
border-color: #07100A;
}
.TagClassName
{
border-color: #07100A;
}
</style>