Shades of Dark Green #06140B
Tints of Dark Green #06140B
RGB
CMYK
RGB Variations
Color information
#06140B (or 0x06140B) is known color: Dark Green. HEX triplet: 06, 14 and 0B. RGB value is (6,20,11). Sum of RGB (Red+Green+Blue) = 6+20+11=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #06140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140B is #F9EBF4. Grayscale: #0E0E0E. Windows color (decimal): -16378869 or 726022. OLE color: 726022.
HSL color Cylindrical-coordinate representation of color #06140B: hue angle of 141.43º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #06140B is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 20 | 11 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.92 |
| HSL | 141.43º | 0.54% | 0.05% | - |
| HSV(B) | 141.43º | 0.7% | 0.08% | - |
| XYZ | 0.39 | 0.56 | 0.4 | - |
| YUV | 14.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 11 | 0.70 | 0 | 0.45 | 0.92 | 141.43 | 0.54 | 0.05 |
| Hex | 6 | 14 | B | 46 | 0 | 2D | 5C | 8D | 36 | 5 |
| Octal | 6 | 24 | 13 | 106 | 0 | 55 | 134 | 215 | 66 | 5 |
| Binary | 110 | 10100 | 1011 | 1000110 | 0 | 101101 | 1011100 | 10001101 | 110110 | 101 |
Color Harmonies of #06140B
Complementary color
Monochromatic Colors of #06140B
Black with #06140B
Text Example
Text Example
White with #06140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06140B; }
p { color: rgb(6,20,11); }
H1.HeaderClassName
{
color: #06140B;
}
.AnyTagClassName
{
color: #06140B;
}
</style>
background-color css
<style>
a { background-color: #06140B; }
a { background-color: rgb(6,20,11); }
div.DivClassName
{
background-color: #06140B;
}
.BgClassName
{
background-color: #06140B;
}
</style>
border-color css
<style>
span { border-color: #06140B; }
span { border-color: rgb(6,20,11); }
td.TdClassName
{
border-color: #06140B;
}
.TagClassName
{
border-color: #06140B;
}
</style>