Shades of Dark Green #061210
Tints of Dark Green #061210
RGB
CMYK
RGB Variations
Color information
#061210 (or 0x061210) is known color: Dark Green. HEX triplet: 06, 12 and 10. RGB value is (6,18,16). Sum of RGB (Red+Green+Blue) = 6+18+16=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #061210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061210 is #F9EDEF. Grayscale: #0E0E0E. Windows color (decimal): -16379376 or 1053190. OLE color: 1053190.
HSL color Cylindrical-coordinate representation of color #061210: hue angle of 170º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061210 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 18 | 16 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.93 |
| HSL | 170º | 0.5% | 0.05% | - |
| HSV(B) | 170º | 0.67% | 0.07% | - |
| XYZ | 0.38 | 0.51 | 0.57 | - |
| YUV | 14.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 16 | 0.67 | 0 | 0.11 | 0.93 | 170 | 0.5 | 0.05 |
| Hex | 6 | 12 | 10 | 43 | 0 | B | 5D | AA | 32 | 5 |
| Octal | 6 | 22 | 20 | 103 | 0 | 13 | 135 | 252 | 62 | 5 |
| Binary | 110 | 10010 | 10000 | 1000011 | 0 | 1011 | 1011101 | 10101010 | 110010 | 101 |
Color Harmonies of #061210
Complementary color
Monochromatic Colors of #061210
Black with #061210
Text Example
Text Example
White with #061210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061210; }
p { color: rgb(6,18,16); }
H1.HeaderClassName
{
color: #061210;
}
.AnyTagClassName
{
color: #061210;
}
</style>
background-color css
<style>
a { background-color: #061210; }
a { background-color: rgb(6,18,16); }
div.DivClassName
{
background-color: #061210;
}
.BgClassName
{
background-color: #061210;
}
</style>
border-color css
<style>
span { border-color: #061210; }
span { border-color: rgb(6,18,16); }
td.TdClassName
{
border-color: #061210;
}
.TagClassName
{
border-color: #061210;
}
</style>