Shades of Dark Green #071818
Tints of Dark Green #071818
RGB
CMYK
RGB Variations
Color information
#071818 (or 0x071818) is known color: Dark Green. HEX triplet: 07, 18 and 18. RGB value is (7,24,24). Sum of RGB (Red+Green+Blue) = 7+24+24=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #071818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071818 is #F8E7E7. Grayscale: #121212. Windows color (decimal): -16312296 or 1579015. OLE color: 1579015.
HSL color Cylindrical-coordinate representation of color #071818: hue angle of 180º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071818 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 24 | 24 | - |
| CMYK | 0.71 | 0 | 0 | 0.91 |
| HSL | 180º | 0.55% | 0.06% | - |
| HSV(B) | 180º | 0.71% | 0.09% | - |
| XYZ | 0.58 | 0.76 | 0.98 | - |
| YUV | 18.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 24 | 0.71 | 0 | 0 | 0.91 | 180 | 0.55 | 0.06 |
| Hex | 7 | 18 | 18 | 47 | 0 | 0 | 5B | B4 | 37 | 6 |
| Octal | 7 | 30 | 30 | 107 | 0 | 0 | 133 | 264 | 67 | 6 |
| Binary | 111 | 11000 | 11000 | 1000111 | 0 | 0 | 1011011 | 10110100 | 110111 | 110 |
Color Harmonies of #071818
Complementary color
Monochromatic Colors of #071818
Black with #071818
Text Example
Text Example
White with #071818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071818; }
p { color: rgb(7,24,24); }
H1.HeaderClassName
{
color: #071818;
}
.AnyTagClassName
{
color: #071818;
}
</style>
background-color css
<style>
a { background-color: #071818; }
a { background-color: rgb(7,24,24); }
div.DivClassName
{
background-color: #071818;
}
.BgClassName
{
background-color: #071818;
}
</style>
border-color css
<style>
span { border-color: #071818; }
span { border-color: rgb(7,24,24); }
td.TdClassName
{
border-color: #071818;
}
.TagClassName
{
border-color: #071818;
}
</style>