Shades of Dark Green #071918
Tints of Dark Green #071918
RGB
CMYK
RGB Variations
Color information
#071918 (or 0x071918) is known color: Dark Green. HEX triplet: 07, 19 and 18. RGB value is (7,25,24). Sum of RGB (Red+Green+Blue) = 7+25+24=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #071918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071918 is #F8E6E7. Grayscale: #131313. Windows color (decimal): -16312040 or 1579271. OLE color: 1579271.
HSL color Cylindrical-coordinate representation of color #071918: hue angle of 176.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071918 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 25 | 24 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.90 |
| HSL | 176.67º | 0.56% | 0.06% | - |
| HSV(B) | 176.67º | 0.72% | 0.1% | - |
| XYZ | 0.6 | 0.81 | 0.99 | - |
| YUV | 19.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 24 | 0.72 | 0 | 0.04 | 0.90 | 176.67 | 0.56 | 0.06 |
| Hex | 7 | 19 | 18 | 48 | 0 | 4 | 5A | B1 | 38 | 6 |
| Octal | 7 | 31 | 30 | 110 | 0 | 4 | 132 | 261 | 70 | 6 |
| Binary | 111 | 11001 | 11000 | 1001000 | 0 | 100 | 1011010 | 10110001 | 111000 | 110 |
Color Harmonies of #071918
Complementary color
Monochromatic Colors of #071918
Black with #071918
Text Example
Text Example
White with #071918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071918; }
p { color: rgb(7,25,24); }
H1.HeaderClassName
{
color: #071918;
}
.AnyTagClassName
{
color: #071918;
}
</style>
background-color css
<style>
a { background-color: #071918; }
a { background-color: rgb(7,25,24); }
div.DivClassName
{
background-color: #071918;
}
.BgClassName
{
background-color: #071918;
}
</style>
border-color css
<style>
span { border-color: #071918; }
span { border-color: rgb(7,25,24); }
td.TdClassName
{
border-color: #071918;
}
.TagClassName
{
border-color: #071918;
}
</style>