Shades of Dark Green #07150E
Tints of Dark Green #07150E
RGB
CMYK
RGB Variations
Color information
#07150E (or 0x07150E) is known color: Dark Green. HEX triplet: 07, 15 and 0E. RGB value is (7,21,14). Sum of RGB (Red+Green+Blue) = 7+21+14=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #07150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150E is #F8EAF1. Grayscale: #101010. Windows color (decimal): -16313074 or 922887. OLE color: 922887.
HSL color Cylindrical-coordinate representation of color #07150E: hue angle of 150º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #07150E is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 21 | 14 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.92 |
| HSL | 150º | 0.5% | 0.05% | - |
| HSV(B) | 150º | 0.67% | 0.08% | - |
| XYZ | 0.44 | 0.61 | 0.51 | - |
| YUV | 16.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 14 | 0.67 | 0 | 0.33 | 0.92 | 150 | 0.5 | 0.05 |
| Hex | 7 | 15 | E | 43 | 0 | 21 | 5C | 96 | 32 | 5 |
| Octal | 7 | 25 | 16 | 103 | 0 | 41 | 134 | 226 | 62 | 5 |
| Binary | 111 | 10101 | 1110 | 1000011 | 0 | 100001 | 1011100 | 10010110 | 110010 | 101 |
Color Harmonies of #07150E
Complementary color
Monochromatic Colors of #07150E
Black with #07150E
Text Example
Text Example
White with #07150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07150E; }
p { color: rgb(7,21,14); }
H1.HeaderClassName
{
color: #07150E;
}
.AnyTagClassName
{
color: #07150E;
}
</style>
background-color css
<style>
a { background-color: #07150E; }
a { background-color: rgb(7,21,14); }
div.DivClassName
{
background-color: #07150E;
}
.BgClassName
{
background-color: #07150E;
}
</style>
border-color css
<style>
span { border-color: #07150E; }
span { border-color: rgb(7,21,14); }
td.TdClassName
{
border-color: #07150E;
}
.TagClassName
{
border-color: #07150E;
}
</style>