Shades of Dark Green #07120B
Tints of Dark Green #07120B
RGB
CMYK
RGB Variations
Color information
#07120B (or 0x07120B) is known color: Dark Green. HEX triplet: 07, 12 and 0B. RGB value is (7,18,11). Sum of RGB (Red+Green+Blue) = 7+18+11=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #07120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07120B is #F8EDF4. Grayscale: #0D0D0D. Windows color (decimal): -16313845 or 725511. OLE color: 725511.
HSL color Cylindrical-coordinate representation of color #07120B: hue angle of 141.82º 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 #07120B is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
RGB | 7 | 18 | 11 | - |
CMYK | 0.61 | 0 | 0.39 | 0.93 |
HSL | 141.82º | 0.44% | 0.05% | - |
HSV(B) | 141.82º | 0.61% | 0.07% | - |
XYZ | 0.36 | 0.5 | 0.39 | - |
YUV | 13.91 | 126.36 | 123.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 18 | 11 | 0.61 | 0 | 0.39 | 0.93 | 141.82 | 0.44 | 0.05 |
Hex | 7 | 12 | B | 3D | 0 | 27 | 5D | 8E | 2C | 5 |
Octal | 7 | 22 | 13 | 75 | 0 | 47 | 135 | 216 | 54 | 5 |
Binary | 111 | 10010 | 1011 | 111101 | 0 | 100111 | 1011101 | 10001110 | 101100 | 101 |
Color Harmonies of #07120B
Complementary color
Monochromatic Colors of #07120B
Black with #07120B
Text Example
Text Example
White with #07120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07120B; }
p { color: rgb(7,18,11); }
H1.HeaderClassName
{
color: #07120B;
}
.AnyTagClassName
{
color: #07120B;
}
</style>
background-color css
<style>
a { background-color: #07120B; }
a { background-color: rgb(7,18,11); }
div.DivClassName
{
background-color: #07120B;
}
.BgClassName
{
background-color: #07120B;
}
</style>
border-color css
<style>
span { border-color: #07120B; }
span { border-color: rgb(7,18,11); }
td.TdClassName
{
border-color: #07120B;
}
.TagClassName
{
border-color: #07120B;
}
</style>