Shades of Dark Green #07140B
Tints of Dark Green #07140B
RGB
CMYK
RGB Variations
Color information
#07140B (or 0x07140B) is known color: Dark Green. HEX triplet: 07, 14 and 0B. RGB value is (7,20,11). Sum of RGB (Red+Green+Blue) = 7+20+11=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #07140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140B is #F8EBF4. Grayscale: #0F0F0F. Windows color (decimal): -16313333 or 726023. OLE color: 726023.
HSL color Cylindrical-coordinate representation of color #07140B: hue angle of 138.46º 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 #07140B is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 11 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.92 |
| HSL | 138.46º | 0.48% | 0.05% | - |
| HSV(B) | 138.46º | 0.65% | 0.08% | - |
| XYZ | 0.4 | 0.57 | 0.41 | - |
| YUV | 15.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 11 | 0.65 | 0 | 0.45 | 0.92 | 138.46 | 0.48 | 0.05 |
| Hex | 7 | 14 | B | 41 | 0 | 2D | 5C | 8A | 30 | 5 |
| Octal | 7 | 24 | 13 | 101 | 0 | 55 | 134 | 212 | 60 | 5 |
| Binary | 111 | 10100 | 1011 | 1000001 | 0 | 101101 | 1011100 | 10001010 | 110000 | 101 |
Color Harmonies of #07140B
Complementary color
Monochromatic Colors of #07140B
Black with #07140B
Text Example
Text Example
White with #07140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07140B; }
p { color: rgb(7,20,11); }
H1.HeaderClassName
{
color: #07140B;
}
.AnyTagClassName
{
color: #07140B;
}
</style>
background-color css
<style>
a { background-color: #07140B; }
a { background-color: rgb(7,20,11); }
div.DivClassName
{
background-color: #07140B;
}
.BgClassName
{
background-color: #07140B;
}
</style>
border-color css
<style>
span { border-color: #07140B; }
span { border-color: rgb(7,20,11); }
td.TdClassName
{
border-color: #07140B;
}
.TagClassName
{
border-color: #07140B;
}
</style>