Shades of Dark Green #06180E
Tints of Dark Green #06180E
RGB
CMYK
RGB Variations
Color information
#06180E (or 0x06180E) is known color: Dark Green. HEX triplet: 06, 18 and 0E. RGB value is (6,24,14). Sum of RGB (Red+Green+Blue) = 6+24+14=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #06180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06180E is #F9E7F1. Grayscale: #111111. Windows color (decimal): -16377842 or 923654. OLE color: 923654.
HSL color Cylindrical-coordinate representation of color #06180E: hue angle of 146.67º 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 #06180E is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 24 | 14 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.91 |
| HSL | 146.67º | 0.6% | 0.06% | - |
| HSV(B) | 146.67º | 0.75% | 0.09% | - |
| XYZ | 0.48 | 0.72 | 0.53 | - |
| YUV | 17.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 14 | 0.75 | 0 | 0.42 | 0.91 | 146.67 | 0.6 | 0.06 |
| Hex | 6 | 18 | E | 4B | 0 | 2A | 5B | 93 | 3C | 6 |
| Octal | 6 | 30 | 16 | 113 | 0 | 52 | 133 | 223 | 74 | 6 |
| Binary | 110 | 11000 | 1110 | 1001011 | 0 | 101010 | 1011011 | 10010011 | 111100 | 110 |
Color Harmonies of #06180E
Complementary color
Monochromatic Colors of #06180E
Black with #06180E
Text Example
Text Example
White with #06180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06180E; }
p { color: rgb(6,24,14); }
H1.HeaderClassName
{
color: #06180E;
}
.AnyTagClassName
{
color: #06180E;
}
</style>
background-color css
<style>
a { background-color: #06180E; }
a { background-color: rgb(6,24,14); }
div.DivClassName
{
background-color: #06180E;
}
.BgClassName
{
background-color: #06180E;
}
</style>
border-color css
<style>
span { border-color: #06180E; }
span { border-color: rgb(6,24,14); }
td.TdClassName
{
border-color: #06180E;
}
.TagClassName
{
border-color: #06180E;
}
</style>