Shades of Dark Green #06130A
Tints of Dark Green #06130A
RGB
CMYK
RGB Variations
Color information
#06130A (or 0x06130A) is known color: Dark Green. HEX triplet: 06, 13 and 0A. RGB value is (6,19,10). Sum of RGB (Red+Green+Blue) = 6+19+10=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #06130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130A is #F9ECF5. Grayscale: #0E0E0E. Windows color (decimal): -16379126 or 660230. OLE color: 660230.
HSL color Cylindrical-coordinate representation of color #06130A: hue angle of 138.46º 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 #06130A is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 19 | 10 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.93 |
| HSL | 138.46º | 0.52% | 0.05% | - |
| HSV(B) | 138.46º | 0.68% | 0.07% | - |
| XYZ | 0.36 | 0.53 | 0.37 | - |
| YUV | 14.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 10 | 0.68 | 0 | 0.47 | 0.93 | 138.46 | 0.52 | 0.05 |
| Hex | 6 | 13 | A | 44 | 0 | 2F | 5D | 8A | 34 | 5 |
| Octal | 6 | 23 | 12 | 104 | 0 | 57 | 135 | 212 | 64 | 5 |
| Binary | 110 | 10011 | 1010 | 1000100 | 0 | 101111 | 1011101 | 10001010 | 110100 | 101 |
Color Harmonies of #06130A
Complementary color
Monochromatic Colors of #06130A
Black with #06130A
Text Example
Text Example
White with #06130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06130A; }
p { color: rgb(6,19,10); }
H1.HeaderClassName
{
color: #06130A;
}
.AnyTagClassName
{
color: #06130A;
}
</style>
background-color css
<style>
a { background-color: #06130A; }
a { background-color: rgb(6,19,10); }
div.DivClassName
{
background-color: #06130A;
}
.BgClassName
{
background-color: #06130A;
}
</style>
border-color css
<style>
span { border-color: #06130A; }
span { border-color: rgb(6,19,10); }
td.TdClassName
{
border-color: #06130A;
}
.TagClassName
{
border-color: #06130A;
}
</style>