Shades of Myrtle #081D00
Tints of Myrtle #081D00
RGB
CMYK
RGB Variations
Color information
#081D00 (or 0x081D00) is known color: Myrtle. HEX triplet: 08, 1D and 00. RGB value is (8,29,0). Sum of RGB (Red+Green+Blue) = 8+29+0=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 29 (11.72% from 255 or 78.38% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 29 - color contains mainly: green. Hex color #081D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D00 is #F7E2FF. Grayscale: #131313. Windows color (decimal): -16245504 or 7432. OLE color: 7432.
HSL color Cylindrical-coordinate representation of color #081D00: hue angle of 103.45º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #081D00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 29 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.89 |
| HSL | 103.45º | 1% | 0.06% | - |
| HSV(B) | 103.45º | 1% | 0.11% | - |
| XYZ | 0.54 | 0.93 | 0.15 | - |
| YUV | 19.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 0 | 0.72 | 0 | 1 | 0.89 | 103.45 | 1 | 0.06 |
| Hex | 8 | 1D | 0 | 48 | 0 | 64 | 59 | 67 | 64 | 6 |
| Octal | 10 | 35 | 0 | 110 | 0 | 144 | 131 | 147 | 144 | 6 |
| Binary | 1000 | 11101 | 0 | 1001000 | 0 | 1100100 | 1011001 | 1100111 | 1100100 | 110 |
Color Harmonies of #081D00
Complementary color
Monochromatic Colors of #081D00
Black with #081D00
Text Example
Text Example
White with #081D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D00; }
p { color: rgb(8,29,0); }
H1.HeaderClassName
{
color: #081D00;
}
.AnyTagClassName
{
color: #081D00;
}
</style>
background-color css
<style>
a { background-color: #081D00; }
a { background-color: rgb(8,29,0); }
div.DivClassName
{
background-color: #081D00;
}
.BgClassName
{
background-color: #081D00;
}
</style>
border-color css
<style>
span { border-color: #081D00; }
span { border-color: rgb(8,29,0); }
td.TdClassName
{
border-color: #081D00;
}
.TagClassName
{
border-color: #081D00;
}
</style>