Shades of Dark Green #06110F
Tints of Dark Green #06110F
RGB
CMYK
RGB Variations
Color information
#06110F (or 0x06110F) is known color: Dark Green. HEX triplet: 06, 11 and 0F. RGB value is (6,17,15). Sum of RGB (Red+Green+Blue) = 6+17+15=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #06110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06110F is #F9EEF0. Grayscale: #0D0D0D. Windows color (decimal): -16379633 or 987398. OLE color: 987398.
HSL color Cylindrical-coordinate representation of color #06110F: hue angle of 169.09º 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 #06110F is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 15 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.93 |
| HSL | 169.09º | 0.48% | 0.05% | - |
| HSV(B) | 169.09º | 0.65% | 0.07% | - |
| XYZ | 0.36 | 0.47 | 0.52 | - |
| YUV | 13.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 15 | 0.65 | 0 | 0.12 | 0.93 | 169.09 | 0.48 | 0.05 |
| Hex | 6 | 11 | F | 41 | 0 | C | 5D | A9 | 30 | 5 |
| Octal | 6 | 21 | 17 | 101 | 0 | 14 | 135 | 251 | 60 | 5 |
| Binary | 110 | 10001 | 1111 | 1000001 | 0 | 1100 | 1011101 | 10101001 | 110000 | 101 |
Color Harmonies of #06110F
Complementary color
Monochromatic Colors of #06110F
Black with #06110F
Text Example
Text Example
White with #06110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06110F; }
p { color: rgb(6,17,15); }
H1.HeaderClassName
{
color: #06110F;
}
.AnyTagClassName
{
color: #06110F;
}
</style>
background-color css
<style>
a { background-color: #06110F; }
a { background-color: rgb(6,17,15); }
div.DivClassName
{
background-color: #06110F;
}
.BgClassName
{
background-color: #06110F;
}
</style>
border-color css
<style>
span { border-color: #06110F; }
span { border-color: rgb(6,17,15); }
td.TdClassName
{
border-color: #06110F;
}
.TagClassName
{
border-color: #06110F;
}
</style>