Shades of Dark Green #010906
Tints of Dark Green #010906
RGB
CMYK
RGB Variations
Color information
#010906 (or 0x010906) is known color: Dark Green. HEX triplet: 01, 09 and 06. RGB value is (1,9,6). Sum of RGB (Red+Green+Blue) = 1+9+6=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 9 (3.91% from 255 or 56.25% from 16); Blue value is 6 (2.73% from 255 or 37.5% from 16); Max value from RGB is 9 - color contains mainly: green. Hex color #010906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010906 is #FEF6F9. Grayscale: #060606. Windows color (decimal): -16709370 or 395521. OLE color: 395521.
HSL color Cylindrical-coordinate representation of color #010906: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010906 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 9 | 6 | - |
CMYK | 0.89 | 0 | 0.33 | 0.96 |
HSL | 157.5º | 0.8% | 0.02% | - |
HSV(B) | 157.5º | 0.89% | 0.04% | - |
XYZ | 0.14 | 0.21 | 0.21 | - |
YUV | 6.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 9 | 6 | 0.89 | 0 | 0.33 | 0.96 | 157.5 | 0.8 | 0.02 |
Hex | 1 | 9 | 6 | 59 | 0 | 21 | 60 | 9E | 50 | 2 |
Octal | 1 | 11 | 6 | 131 | 0 | 41 | 140 | 236 | 120 | 2 |
Binary | 1 | 1001 | 110 | 1011001 | 0 | 100001 | 1100000 | 10011110 | 1010000 | 10 |
Color Harmonies of #010906
Complementary color
Monochromatic Colors of #010906
Black with #010906
Text Example
Text Example
White with #010906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010906; }
p { color: rgb(1,9,6); }
H1.HeaderClassName
{
color: #010906;
}
.AnyTagClassName
{
color: #010906;
}
</style>
background-color css
<style>
a { background-color: #010906; }
a { background-color: rgb(1,9,6); }
div.DivClassName
{
background-color: #010906;
}
.BgClassName
{
background-color: #010906;
}
</style>
border-color css
<style>
span { border-color: #010906; }
span { border-color: rgb(1,9,6); }
td.TdClassName
{
border-color: #010906;
}
.TagClassName
{
border-color: #010906;
}
</style>