Shades of Dark Green #06130C
Tints of Dark Green #06130C
RGB
CMYK
RGB Variations
Color information
#06130C (or 0x06130C) is known color: Dark Green. HEX triplet: 06, 13 and 0C. RGB value is (6,19,12). Sum of RGB (Red+Green+Blue) = 6+19+12=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #06130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130C is #F9ECF3. Grayscale: #0E0E0E. Windows color (decimal): -16379124 or 791302. OLE color: 791302.
HSL color Cylindrical-coordinate representation of color #06130C: hue angle of 147.69º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #06130C is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 19 | 12 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.93 |
| HSL | 147.69º | 0.52% | 0.05% | - |
| HSV(B) | 147.69º | 0.68% | 0.07% | - |
| XYZ | 0.37 | 0.53 | 0.43 | - |
| YUV | 14.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 12 | 0.68 | 0 | 0.37 | 0.93 | 147.69 | 0.52 | 0.05 |
| Hex | 6 | 13 | C | 44 | 0 | 25 | 5D | 94 | 34 | 5 |
| Octal | 6 | 23 | 14 | 104 | 0 | 45 | 135 | 224 | 64 | 5 |
| Binary | 110 | 10011 | 1100 | 1000100 | 0 | 100101 | 1011101 | 10010100 | 110100 | 101 |
Color Harmonies of #06130C
Complementary color
Monochromatic Colors of #06130C
Black with #06130C
Text Example
Text Example
White with #06130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06130C; }
p { color: rgb(6,19,12); }
H1.HeaderClassName
{
color: #06130C;
}
.AnyTagClassName
{
color: #06130C;
}
</style>
background-color css
<style>
a { background-color: #06130C; }
a { background-color: rgb(6,19,12); }
div.DivClassName
{
background-color: #06130C;
}
.BgClassName
{
background-color: #06130C;
}
</style>
border-color css
<style>
span { border-color: #06130C; }
span { border-color: rgb(6,19,12); }
td.TdClassName
{
border-color: #06130C;
}
.TagClassName
{
border-color: #06130C;
}
</style>