Shades of Dark Green #000605
Tints of Dark Green #000605
RGB
CMYK
RGB Variations
Color information
#000605 (or 0x000605) is known color: Dark Green. HEX triplet: 00, 06 and 05. RGB value is (0,6,5). Sum of RGB (Red+Green+Blue) = 0+6+5=11 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 11); Green value is 6 (2.73% from 255 or 54.55% from 11); Blue value is 5 (2.34% from 255 or 45.45% from 11); Max value from RGB is 6 - color contains mainly: green. Hex color #000605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000605 is #FFF9FA. Grayscale: #040404. Windows color (decimal): -16775675 or 329216. OLE color: 329216.
HSL color Cylindrical-coordinate representation of color #000605: hue angle of 170º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000605 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 0 | 6 | 5 | - |
| CMYK | 1 | 0 | 0.17 | 0.98 |
| HSL | 170º | 1% | 0.01% | - |
| HSV(B) | 170º | 1% | 0.02% | - |
| XYZ | 0.09 | 0.14 | 0.17 | - |
| YUV | 4.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 5 | 1 | 0 | 0.17 | 0.98 | 170 | 1 | 0.01 |
| Hex | 0 | 6 | 5 | 64 | 0 | 11 | 62 | AA | 64 | 1 |
| Octal | 0 | 6 | 5 | 144 | 0 | 21 | 142 | 252 | 144 | 1 |
| Binary | 0 | 110 | 101 | 1100100 | 0 | 10001 | 1100010 | 10101010 | 1100100 | 1 |
Color Harmonies of #000605
Complementary color
Monochromatic Colors of #000605
Black with #000605
Text Example
Text Example
White with #000605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000605; }
p { color: rgb(0,6,5); }
H1.HeaderClassName
{
color: #000605;
}
.AnyTagClassName
{
color: #000605;
}
</style>
background-color css
<style>
a { background-color: #000605; }
a { background-color: rgb(0,6,5); }
div.DivClassName
{
background-color: #000605;
}
.BgClassName
{
background-color: #000605;
}
</style>
border-color css
<style>
span { border-color: #000605; }
span { border-color: rgb(0,6,5); }
td.TdClassName
{
border-color: #000605;
}
.TagClassName
{
border-color: #000605;
}
</style>