Shades of Myrtle #061F00
Tints of Myrtle #061F00
RGB
CMYK
RGB Variations
Color information
#061F00 (or 0x061F00) is known color: Myrtle. HEX triplet: 06, 1F and 00. RGB value is (6,31,0). Sum of RGB (Red+Green+Blue) = 6+31+0=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 31 (12.5% from 255 or 83.78% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 31 - color contains mainly: green. Hex color #061F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F00 is #F9E0FF. Grayscale: #141414. Windows color (decimal): -16376064 or 7942. OLE color: 7942.
HSL color Cylindrical-coordinate representation of color #061F00: hue angle of 108.39º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061F00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.88 |
| HSL | 108.39º | 1% | 0.06% | - |
| HSV(B) | 108.39º | 1% | 0.12% | - |
| XYZ | 0.57 | 1.02 | 0.17 | - |
| YUV | 19.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 0 | 0.81 | 0 | 1 | 0.88 | 108.39 | 1 | 0.06 |
| Hex | 6 | 1F | 0 | 51 | 0 | 64 | 58 | 6C | 64 | 6 |
| Octal | 6 | 37 | 0 | 121 | 0 | 144 | 130 | 154 | 144 | 6 |
| Binary | 110 | 11111 | 0 | 1010001 | 0 | 1100100 | 1011000 | 1101100 | 1100100 | 110 |
Color Harmonies of #061F00
Complementary color
Monochromatic Colors of #061F00
Black with #061F00
Text Example
Text Example
White with #061F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F00; }
p { color: rgb(6,31,0); }
H1.HeaderClassName
{
color: #061F00;
}
.AnyTagClassName
{
color: #061F00;
}
</style>
background-color css
<style>
a { background-color: #061F00; }
a { background-color: rgb(6,31,0); }
div.DivClassName
{
background-color: #061F00;
}
.BgClassName
{
background-color: #061F00;
}
</style>
border-color css
<style>
span { border-color: #061F00; }
span { border-color: rgb(6,31,0); }
td.TdClassName
{
border-color: #061F00;
}
.TagClassName
{
border-color: #061F00;
}
</style>