Shades of Dark Green #061512
Tints of Dark Green #061512
RGB
CMYK
RGB Variations
Color information
#061512 (or 0x061512) is known color: Dark Green. HEX triplet: 06, 15 and 12. RGB value is (6,21,18). Sum of RGB (Red+Green+Blue) = 6+21+18=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #061512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061512 is #F9EAED. Grayscale: #101010. Windows color (decimal): -16378606 or 1185030. OLE color: 1185030.
HSL color Cylindrical-coordinate representation of color #061512: hue angle of 168º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #061512 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 21 | 18 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.92 |
| HSL | 168º | 0.56% | 0.05% | - |
| HSV(B) | 168º | 0.71% | 0.08% | - |
| XYZ | 0.45 | 0.62 | 0.67 | - |
| YUV | 16.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 18 | 0.71 | 0 | 0.14 | 0.92 | 168 | 0.56 | 0.05 |
| Hex | 6 | 15 | 12 | 47 | 0 | E | 5C | A8 | 38 | 5 |
| Octal | 6 | 25 | 22 | 107 | 0 | 16 | 134 | 250 | 70 | 5 |
| Binary | 110 | 10101 | 10010 | 1000111 | 0 | 1110 | 1011100 | 10101000 | 111000 | 101 |
Color Harmonies of #061512
Complementary color
Monochromatic Colors of #061512
Black with #061512
Text Example
Text Example
White with #061512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061512; }
p { color: rgb(6,21,18); }
H1.HeaderClassName
{
color: #061512;
}
.AnyTagClassName
{
color: #061512;
}
</style>
background-color css
<style>
a { background-color: #061512; }
a { background-color: rgb(6,21,18); }
div.DivClassName
{
background-color: #061512;
}
.BgClassName
{
background-color: #061512;
}
</style>
border-color css
<style>
span { border-color: #061512; }
span { border-color: rgb(6,21,18); }
td.TdClassName
{
border-color: #061512;
}
.TagClassName
{
border-color: #061512;
}
</style>