Shades of Dark Green #071811
Tints of Dark Green #071811
RGB
CMYK
RGB Variations
Color information
#071811 (or 0x071811) is known color: Dark Green. HEX triplet: 07, 18 and 11. RGB value is (7,24,17). Sum of RGB (Red+Green+Blue) = 7+24+17=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #071811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071811 is #F8E7EE. Grayscale: #121212. Windows color (decimal): -16312303 or 1120263. OLE color: 1120263.
HSL color Cylindrical-coordinate representation of color #071811: hue angle of 155.29º 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 #071811 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 24 | 17 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.91 |
| HSL | 155.29º | 0.55% | 0.06% | - |
| HSV(B) | 155.29º | 0.71% | 0.09% | - |
| XYZ | 0.52 | 0.74 | 0.65 | - |
| YUV | 18.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 17 | 0.71 | 0 | 0.29 | 0.91 | 155.29 | 0.55 | 0.06 |
| Hex | 7 | 18 | 11 | 47 | 0 | 1D | 5B | 9B | 37 | 6 |
| Octal | 7 | 30 | 21 | 107 | 0 | 35 | 133 | 233 | 67 | 6 |
| Binary | 111 | 11000 | 10001 | 1000111 | 0 | 11101 | 1011011 | 10011011 | 110111 | 110 |
Color Harmonies of #071811
Complementary color
Monochromatic Colors of #071811
Black with #071811
Text Example
Text Example
White with #071811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071811; }
p { color: rgb(7,24,17); }
H1.HeaderClassName
{
color: #071811;
}
.AnyTagClassName
{
color: #071811;
}
</style>
background-color css
<style>
a { background-color: #071811; }
a { background-color: rgb(7,24,17); }
div.DivClassName
{
background-color: #071811;
}
.BgClassName
{
background-color: #071811;
}
</style>
border-color css
<style>
span { border-color: #071811; }
span { border-color: rgb(7,24,17); }
td.TdClassName
{
border-color: #071811;
}
.TagClassName
{
border-color: #071811;
}
</style>