Shades of Dark Green #06150D
Tints of Dark Green #06150D
RGB
CMYK
RGB Variations
Color information
#06150D (or 0x06150D) is known color: Dark Green. HEX triplet: 06, 15 and 0D. RGB value is (6,21,13). Sum of RGB (Red+Green+Blue) = 6+21+13=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #06150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06150D is #F9EAF2. Grayscale: #0F0F0F. Windows color (decimal): -16378611 or 857350. OLE color: 857350.
HSL color Cylindrical-coordinate representation of color #06150D: hue angle of 148º 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 #06150D is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 21 | 13 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.92 |
| HSL | 148º | 0.56% | 0.05% | - |
| HSV(B) | 148º | 0.71% | 0.08% | - |
| XYZ | 0.42 | 0.6 | 0.48 | - |
| YUV | 15.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 13 | 0.71 | 0 | 0.38 | 0.92 | 148 | 0.56 | 0.05 |
| Hex | 6 | 15 | D | 47 | 0 | 26 | 5C | 94 | 38 | 5 |
| Octal | 6 | 25 | 15 | 107 | 0 | 46 | 134 | 224 | 70 | 5 |
| Binary | 110 | 10101 | 1101 | 1000111 | 0 | 100110 | 1011100 | 10010100 | 111000 | 101 |
Color Harmonies of #06150D
Complementary color
Monochromatic Colors of #06150D
Black with #06150D
Text Example
Text Example
White with #06150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06150D; }
p { color: rgb(6,21,13); }
H1.HeaderClassName
{
color: #06150D;
}
.AnyTagClassName
{
color: #06150D;
}
</style>
background-color css
<style>
a { background-color: #06150D; }
a { background-color: rgb(6,21,13); }
div.DivClassName
{
background-color: #06150D;
}
.BgClassName
{
background-color: #06150D;
}
</style>
border-color css
<style>
span { border-color: #06150D; }
span { border-color: rgb(6,21,13); }
td.TdClassName
{
border-color: #06150D;
}
.TagClassName
{
border-color: #06150D;
}
</style>