Shades of Dark Green #06180D
Tints of Dark Green #06180D
RGB
CMYK
RGB Variations
Color information
#06180D (or 0x06180D) is known color: Dark Green. HEX triplet: 06, 18 and 0D. RGB value is (6,24,13). Sum of RGB (Red+Green+Blue) = 6+24+13=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #06180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06180D is #F9E7F2. Grayscale: #111111. Windows color (decimal): -16377843 or 858118. OLE color: 858118.
HSL color Cylindrical-coordinate representation of color #06180D: hue angle of 143.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #06180D is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 24 | 13 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.91 |
| HSL | 143.33º | 0.6% | 0.06% | - |
| HSV(B) | 143.33º | 0.75% | 0.09% | - |
| XYZ | 0.47 | 0.72 | 0.49 | - |
| YUV | 17.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 13 | 0.75 | 0 | 0.46 | 0.91 | 143.33 | 0.6 | 0.06 |
| Hex | 6 | 18 | D | 4B | 0 | 2E | 5B | 8F | 3C | 6 |
| Octal | 6 | 30 | 15 | 113 | 0 | 56 | 133 | 217 | 74 | 6 |
| Binary | 110 | 11000 | 1101 | 1001011 | 0 | 101110 | 1011011 | 10001111 | 111100 | 110 |
Color Harmonies of #06180D
Complementary color
Monochromatic Colors of #06180D
Black with #06180D
Text Example
Text Example
White with #06180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06180D; }
p { color: rgb(6,24,13); }
H1.HeaderClassName
{
color: #06180D;
}
.AnyTagClassName
{
color: #06180D;
}
</style>
background-color css
<style>
a { background-color: #06180D; }
a { background-color: rgb(6,24,13); }
div.DivClassName
{
background-color: #06180D;
}
.BgClassName
{
background-color: #06180D;
}
</style>
border-color css
<style>
span { border-color: #06180D; }
span { border-color: rgb(6,24,13); }
td.TdClassName
{
border-color: #06180D;
}
.TagClassName
{
border-color: #06180D;
}
</style>