Shades of Dark Green #07100F
Tints of Dark Green #07100F
RGB
CMYK
RGB Variations
Color information
#07100F (or 0x07100F) is known color: Dark Green. HEX triplet: 07, 10 and 0F. RGB value is (7,16,15). Sum of RGB (Red+Green+Blue) = 7+16+15=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 16 - color contains mainly: green. Hex color #07100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07100F is #F8EFF0. Grayscale: #0D0D0D. Windows color (decimal): -16314353 or 987143. OLE color: 987143.
HSL color Cylindrical-coordinate representation of color #07100F: hue angle of 173.33º 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 #07100F is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 16 | 15 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.94 |
| HSL | 173.33º | 0.39% | 0.05% | - |
| HSV(B) | 173.33º | 0.56% | 0.06% | - |
| XYZ | 0.36 | 0.45 | 0.52 | - |
| YUV | 13.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 15 | 0.56 | 0 | 0.06 | 0.94 | 173.33 | 0.39 | 0.05 |
| Hex | 7 | 10 | F | 38 | 0 | 6 | 5E | AD | 27 | 5 |
| Octal | 7 | 20 | 17 | 70 | 0 | 6 | 136 | 255 | 47 | 5 |
| Binary | 111 | 10000 | 1111 | 111000 | 0 | 110 | 1011110 | 10101101 | 100111 | 101 |
Color Harmonies of #07100F
Complementary color
Monochromatic Colors of #07100F
Black with #07100F
Text Example
Text Example
White with #07100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07100F; }
p { color: rgb(7,16,15); }
H1.HeaderClassName
{
color: #07100F;
}
.AnyTagClassName
{
color: #07100F;
}
</style>
background-color css
<style>
a { background-color: #07100F; }
a { background-color: rgb(7,16,15); }
div.DivClassName
{
background-color: #07100F;
}
.BgClassName
{
background-color: #07100F;
}
</style>
border-color css
<style>
span { border-color: #07100F; }
span { border-color: rgb(7,16,15); }
td.TdClassName
{
border-color: #07100F;
}
.TagClassName
{
border-color: #07100F;
}
</style>