Shades of Dark Green #07140D
Tints of Dark Green #07140D
RGB
CMYK
RGB Variations
Color information
#07140D (or 0x07140D) is known color: Dark Green. HEX triplet: 07, 14 and 0D. RGB value is (7,20,13). Sum of RGB (Red+Green+Blue) = 7+20+13=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #07140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140D is #F8EBF2. Grayscale: #0F0F0F. Windows color (decimal): -16313331 or 857095. OLE color: 857095.
HSL color Cylindrical-coordinate representation of color #07140D: hue angle of 147.69º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #07140D is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
RGB | 7 | 20 | 13 | - |
CMYK | 0.65 | 0 | 0.35 | 0.92 |
HSL | 147.69º | 0.48% | 0.05% | - |
HSV(B) | 147.69º | 0.65% | 0.08% | - |
XYZ | 0.41 | 0.57 | 0.47 | - |
YUV | 15.32 | 126.69 | 122.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 20 | 13 | 0.65 | 0 | 0.35 | 0.92 | 147.69 | 0.48 | 0.05 |
Hex | 7 | 14 | D | 41 | 0 | 23 | 5C | 94 | 30 | 5 |
Octal | 7 | 24 | 15 | 101 | 0 | 43 | 134 | 224 | 60 | 5 |
Binary | 111 | 10100 | 1101 | 1000001 | 0 | 100011 | 1011100 | 10010100 | 110000 | 101 |
Color Harmonies of #07140D
Complementary color
Monochromatic Colors of #07140D
Black with #07140D
Text Example
Text Example
White with #07140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07140D; }
p { color: rgb(7,20,13); }
H1.HeaderClassName
{
color: #07140D;
}
.AnyTagClassName
{
color: #07140D;
}
</style>
background-color css
<style>
a { background-color: #07140D; }
a { background-color: rgb(7,20,13); }
div.DivClassName
{
background-color: #07140D;
}
.BgClassName
{
background-color: #07140D;
}
</style>
border-color css
<style>
span { border-color: #07140D; }
span { border-color: rgb(7,20,13); }
td.TdClassName
{
border-color: #07140D;
}
.TagClassName
{
border-color: #07140D;
}
</style>