Shades of Dark Green #06100B
Tints of Dark Green #06100B
RGB
CMYK
RGB Variations
Color information
#06100B (or 0x06100B) is known color: Dark Green. HEX triplet: 06, 10 and 0B. RGB value is (6,16,11). Sum of RGB (Red+Green+Blue) = 6+16+11=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #06100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06100B is #F9EFF4. Grayscale: #0C0C0C. Windows color (decimal): -16379893 or 724998. OLE color: 724998.
HSL color Cylindrical-coordinate representation of color #06100B: hue angle of 150º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #06100B is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
RGB | 6 | 16 | 11 | - |
CMYK | 0.62 | 0 | 0.31 | 0.94 |
HSL | 150º | 0.45% | 0.04% | - |
HSV(B) | 150º | 0.63% | 0.06% | - |
XYZ | 0.32 | 0.43 | 0.38 | - |
YUV | 12.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 16 | 11 | 0.62 | 0 | 0.31 | 0.94 | 150 | 0.45 | 0.04 |
Hex | 6 | 10 | B | 3E | 0 | 1F | 5E | 96 | 2D | 4 |
Octal | 6 | 20 | 13 | 76 | 0 | 37 | 136 | 226 | 55 | 4 |
Binary | 110 | 10000 | 1011 | 111110 | 0 | 11111 | 1011110 | 10010110 | 101101 | 100 |
Color Harmonies of #06100B
Complementary color
Monochromatic Colors of #06100B
Black with #06100B
Text Example
Text Example
White with #06100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06100B; }
p { color: rgb(6,16,11); }
H1.HeaderClassName
{
color: #06100B;
}
.AnyTagClassName
{
color: #06100B;
}
</style>
background-color css
<style>
a { background-color: #06100B; }
a { background-color: rgb(6,16,11); }
div.DivClassName
{
background-color: #06100B;
}
.BgClassName
{
background-color: #06100B;
}
</style>
border-color css
<style>
span { border-color: #06100B; }
span { border-color: rgb(6,16,11); }
td.TdClassName
{
border-color: #06100B;
}
.TagClassName
{
border-color: #06100B;
}
</style>