Shades of Dark Green #071514
Tints of Dark Green #071514
RGB
CMYK
RGB Variations
Color information
#071514 (or 0x071514) is known color: Dark Green. HEX triplet: 07, 15 and 14. RGB value is (7,21,20). Sum of RGB (Red+Green+Blue) = 7+21+20=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #071514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071514 is #F8EAEB. Grayscale: #101010. Windows color (decimal): -16313068 or 1316103. OLE color: 1316103.
HSL color Cylindrical-coordinate representation of color #071514: hue angle of 175.71º 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 #071514 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 21 | 20 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.92 |
| HSL | 175.71º | 0.5% | 0.05% | - |
| HSV(B) | 175.71º | 0.67% | 0.08% | - |
| XYZ | 0.48 | 0.63 | 0.76 | - |
| YUV | 16.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 20 | 0.67 | 0 | 0.05 | 0.92 | 175.71 | 0.5 | 0.05 |
| Hex | 7 | 15 | 14 | 43 | 0 | 5 | 5C | B0 | 32 | 5 |
| Octal | 7 | 25 | 24 | 103 | 0 | 5 | 134 | 260 | 62 | 5 |
| Binary | 111 | 10101 | 10100 | 1000011 | 0 | 101 | 1011100 | 10110000 | 110010 | 101 |
Color Harmonies of #071514
Complementary color
Monochromatic Colors of #071514
Black with #071514
Text Example
Text Example
White with #071514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071514; }
p { color: rgb(7,21,20); }
H1.HeaderClassName
{
color: #071514;
}
.AnyTagClassName
{
color: #071514;
}
</style>
background-color css
<style>
a { background-color: #071514; }
a { background-color: rgb(7,21,20); }
div.DivClassName
{
background-color: #071514;
}
.BgClassName
{
background-color: #071514;
}
</style>
border-color css
<style>
span { border-color: #071514; }
span { border-color: rgb(7,21,20); }
td.TdClassName
{
border-color: #071514;
}
.TagClassName
{
border-color: #071514;
}
</style>