Shades of Dark Green #06110B
Tints of Dark Green #06110B
RGB
CMYK
RGB Variations
Color information
#06110B (or 0x06110B) is known color: Dark Green. HEX triplet: 06, 11 and 0B. RGB value is (6,17,11). Sum of RGB (Red+Green+Blue) = 6+17+11=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #06110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06110B is #F9EEF4. Grayscale: #0D0D0D. Windows color (decimal): -16379637 or 725254. OLE color: 725254.
HSL color Cylindrical-coordinate representation of color #06110B: hue angle of 147.27º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #06110B is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 11 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.93 |
| HSL | 147.27º | 0.48% | 0.05% | - |
| HSV(B) | 147.27º | 0.65% | 0.07% | - |
| XYZ | 0.34 | 0.46 | 0.39 | - |
| YUV | 13.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 11 | 0.65 | 0 | 0.35 | 0.93 | 147.27 | 0.48 | 0.05 |
| Hex | 6 | 11 | B | 41 | 0 | 23 | 5D | 93 | 30 | 5 |
| Octal | 6 | 21 | 13 | 101 | 0 | 43 | 135 | 223 | 60 | 5 |
| Binary | 110 | 10001 | 1011 | 1000001 | 0 | 100011 | 1011101 | 10010011 | 110000 | 101 |
Color Harmonies of #06110B
Complementary color
Monochromatic Colors of #06110B
Black with #06110B
Text Example
Text Example
White with #06110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06110B; }
p { color: rgb(6,17,11); }
H1.HeaderClassName
{
color: #06110B;
}
.AnyTagClassName
{
color: #06110B;
}
</style>
background-color css
<style>
a { background-color: #06110B; }
a { background-color: rgb(6,17,11); }
div.DivClassName
{
background-color: #06110B;
}
.BgClassName
{
background-color: #06110B;
}
</style>
border-color css
<style>
span { border-color: #06110B; }
span { border-color: rgb(6,17,11); }
td.TdClassName
{
border-color: #06110B;
}
.TagClassName
{
border-color: #06110B;
}
</style>