Shades of Dark Green #07120D
Tints of Dark Green #07120D
RGB
CMYK
RGB Variations
Color information
#07120D (or 0x07120D) is known color: Dark Green. HEX triplet: 07, 12 and 0D. RGB value is (7,18,13). Sum of RGB (Red+Green+Blue) = 7+18+13=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #07120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07120D is #F8EDF2. Grayscale: #0E0E0E. Windows color (decimal): -16313843 or 856583. OLE color: 856583.
HSL color Cylindrical-coordinate representation of color #07120D: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #07120D is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
RGB | 7 | 18 | 13 | - |
CMYK | 0.61 | 0 | 0.28 | 0.93 |
HSL | 152.73º | 0.44% | 0.05% | - |
HSV(B) | 152.73º | 0.61% | 0.07% | - |
XYZ | 0.38 | 0.51 | 0.46 | - |
YUV | 14.14 | 127.36 | 122.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 18 | 13 | 0.61 | 0 | 0.28 | 0.93 | 152.73 | 0.44 | 0.05 |
Hex | 7 | 12 | D | 3D | 0 | 1C | 5D | 99 | 2C | 5 |
Octal | 7 | 22 | 15 | 75 | 0 | 34 | 135 | 231 | 54 | 5 |
Binary | 111 | 10010 | 1101 | 111101 | 0 | 11100 | 1011101 | 10011001 | 101100 | 101 |
Color Harmonies of #07120D
Complementary color
Monochromatic Colors of #07120D
Black with #07120D
Text Example
Text Example
White with #07120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07120D; }
p { color: rgb(7,18,13); }
H1.HeaderClassName
{
color: #07120D;
}
.AnyTagClassName
{
color: #07120D;
}
</style>
background-color css
<style>
a { background-color: #07120D; }
a { background-color: rgb(7,18,13); }
div.DivClassName
{
background-color: #07120D;
}
.BgClassName
{
background-color: #07120D;
}
</style>
border-color css
<style>
span { border-color: #07120D; }
span { border-color: rgb(7,18,13); }
td.TdClassName
{
border-color: #07120D;
}
.TagClassName
{
border-color: #07120D;
}
</style>