Shades of Dark Green #061D12
Tints of Dark Green #061D12
RGB
CMYK
RGB Variations
Color information
#061D12 (or 0x061D12) is known color: Dark Green. HEX triplet: 06, 1D and 12. RGB value is (6,29,18). Sum of RGB (Red+Green+Blue) = 6+29+18=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #061D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061D12 is #F9E2ED. Grayscale: #141414. Windows color (decimal): -16376558 or 1187078. OLE color: 1187078.
HSL color Cylindrical-coordinate representation of color #061D12: hue angle of 151.3º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061D12 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 29 | 18 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.89 |
| HSL | 151.3º | 0.66% | 0.07% | - |
| HSV(B) | 151.3º | 0.79% | 0.11% | - |
| XYZ | 0.62 | 0.96 | 0.72 | - |
| YUV | 20.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 18 | 0.79 | 0 | 0.38 | 0.89 | 151.3 | 0.66 | 0.07 |
| Hex | 6 | 1D | 12 | 4F | 0 | 26 | 59 | 97 | 42 | 7 |
| Octal | 6 | 35 | 22 | 117 | 0 | 46 | 131 | 227 | 102 | 7 |
| Binary | 110 | 11101 | 10010 | 1001111 | 0 | 100110 | 1011001 | 10010111 | 1000010 | 111 |
Color Harmonies of #061D12
Complementary color
Monochromatic Colors of #061D12
Black with #061D12
Text Example
Text Example
White with #061D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D12; }
p { color: rgb(6,29,18); }
H1.HeaderClassName
{
color: #061D12;
}
.AnyTagClassName
{
color: #061D12;
}
</style>
background-color css
<style>
a { background-color: #061D12; }
a { background-color: rgb(6,29,18); }
div.DivClassName
{
background-color: #061D12;
}
.BgClassName
{
background-color: #061D12;
}
</style>
border-color css
<style>
span { border-color: #061D12; }
span { border-color: rgb(6,29,18); }
td.TdClassName
{
border-color: #061D12;
}
.TagClassName
{
border-color: #061D12;
}
</style>