Shades of Dark Green #061A11
Tints of Dark Green #061A11
RGB
CMYK
RGB Variations
Color information
#061A11 (or 0x061A11) is known color: Dark Green. HEX triplet: 06, 1A and 11. RGB value is (6,26,17). Sum of RGB (Red+Green+Blue) = 6+26+17=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #061A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A11 is #F9E5EE. Grayscale: #131313. Windows color (decimal): -16377327 or 1120774. OLE color: 1120774.
HSL color Cylindrical-coordinate representation of color #061A11: hue angle of 153º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A11 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 26 | 17 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.90 |
| HSL | 153º | 0.63% | 0.06% | - |
| HSV(B) | 153º | 0.77% | 0.1% | - |
| XYZ | 0.55 | 0.82 | 0.66 | - |
| YUV | 18.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 17 | 0.77 | 0 | 0.35 | 0.90 | 153 | 0.63 | 0.06 |
| Hex | 6 | 1A | 11 | 4D | 0 | 23 | 5A | 99 | 3E | 6 |
| Octal | 6 | 32 | 21 | 115 | 0 | 43 | 132 | 231 | 76 | 6 |
| Binary | 110 | 11010 | 10001 | 1001101 | 0 | 100011 | 1011010 | 10011001 | 111110 | 110 |
Color Harmonies of #061A11
Complementary color
Monochromatic Colors of #061A11
Black with #061A11
Text Example
Text Example
White with #061A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A11; }
p { color: rgb(6,26,17); }
H1.HeaderClassName
{
color: #061A11;
}
.AnyTagClassName
{
color: #061A11;
}
</style>
background-color css
<style>
a { background-color: #061A11; }
a { background-color: rgb(6,26,17); }
div.DivClassName
{
background-color: #061A11;
}
.BgClassName
{
background-color: #061A11;
}
</style>
border-color css
<style>
span { border-color: #061A11; }
span { border-color: rgb(6,26,17); }
td.TdClassName
{
border-color: #061A11;
}
.TagClassName
{
border-color: #061A11;
}
</style>