Shades of Dark Green #06180B
Tints of Dark Green #06180B
RGB
CMYK
RGB Variations
Color information
#06180B (or 0x06180B) is known color: Dark Green. HEX triplet: 06, 18 and 0B. RGB value is (6,24,11). Sum of RGB (Red+Green+Blue) = 6+24+11=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #06180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06180B is #F9E7F4. Grayscale: #111111. Windows color (decimal): -16377845 or 727046. OLE color: 727046.
HSL color Cylindrical-coordinate representation of color #06180B: hue angle of 136.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 #06180B is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 24 | 11 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.91 |
| HSL | 136.67º | 0.6% | 0.06% | - |
| HSV(B) | 136.67º | 0.75% | 0.09% | - |
| XYZ | 0.46 | 0.72 | 0.43 | - |
| YUV | 17.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 11 | 0.75 | 0 | 0.54 | 0.91 | 136.67 | 0.6 | 0.06 |
| Hex | 6 | 18 | B | 4B | 0 | 36 | 5B | 89 | 3C | 6 |
| Octal | 6 | 30 | 13 | 113 | 0 | 66 | 133 | 211 | 74 | 6 |
| Binary | 110 | 11000 | 1011 | 1001011 | 0 | 110110 | 1011011 | 10001001 | 111100 | 110 |
Color Harmonies of #06180B
Complementary color
Monochromatic Colors of #06180B
Black with #06180B
Text Example
Text Example
White with #06180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06180B; }
p { color: rgb(6,24,11); }
H1.HeaderClassName
{
color: #06180B;
}
.AnyTagClassName
{
color: #06180B;
}
</style>
background-color css
<style>
a { background-color: #06180B; }
a { background-color: rgb(6,24,11); }
div.DivClassName
{
background-color: #06180B;
}
.BgClassName
{
background-color: #06180B;
}
</style>
border-color css
<style>
span { border-color: #06180B; }
span { border-color: rgb(6,24,11); }
td.TdClassName
{
border-color: #06180B;
}
.TagClassName
{
border-color: #06180B;
}
</style>