Shades of Dark Green #000906
Tints of Dark Green #000906
RGB
CMYK
RGB Variations
Color information
#000906 (or 0x000906) is known color: Dark Green. HEX triplet: 00, 09 and 06. RGB value is (0,9,6). Sum of RGB (Red+Green+Blue) = 0+9+6=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 9 (3.91% from 255 or 60% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 9 - color contains mainly: green. Hex color #000906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000906 is #FFF6F9. Grayscale: #050505. Windows color (decimal): -16774906 or 395520. OLE color: 395520.
HSL color Cylindrical-coordinate representation of color #000906: hue angle of 160º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000906 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 9 | 6 | - |
| CMYK | 1 | 0 | 0.33 | 0.96 |
| HSL | 160º | 1% | 0.02% | - |
| HSV(B) | 160º | 1% | 0.04% | - |
| XYZ | 0.13 | 0.21 | 0.21 | - |
| YUV | 5.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 6 | 1 | 0 | 0.33 | 0.96 | 160 | 1 | 0.02 |
| Hex | 0 | 9 | 6 | 64 | 0 | 21 | 60 | A0 | 64 | 2 |
| Octal | 0 | 11 | 6 | 144 | 0 | 41 | 140 | 240 | 144 | 2 |
| Binary | 0 | 1001 | 110 | 1100100 | 0 | 100001 | 1100000 | 10100000 | 1100100 | 10 |
Color Harmonies of #000906
Complementary color
Monochromatic Colors of #000906
Black with #000906
Text Example
Text Example
White with #000906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000906; }
p { color: rgb(0,9,6); }
H1.HeaderClassName
{
color: #000906;
}
.AnyTagClassName
{
color: #000906;
}
</style>
background-color css
<style>
a { background-color: #000906; }
a { background-color: rgb(0,9,6); }
div.DivClassName
{
background-color: #000906;
}
.BgClassName
{
background-color: #000906;
}
</style>
border-color css
<style>
span { border-color: #000906; }
span { border-color: rgb(0,9,6); }
td.TdClassName
{
border-color: #000906;
}
.TagClassName
{
border-color: #000906;
}
</style>