Shades of Myrtle #081E00
Tints of Myrtle #081E00
RGB
CMYK
RGB Variations
Color information
#081E00 (or 0x081E00) is known color: Myrtle. HEX triplet: 08, 1E and 00. RGB value is (8,30,0). Sum of RGB (Red+Green+Blue) = 8+30+0=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 30 (12.11% from 255 or 78.95% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 30 - color contains mainly: green. Hex color #081E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E00 is #F7E1FF. Grayscale: #141414. Windows color (decimal): -16245248 or 7688. OLE color: 7688.
HSL color Cylindrical-coordinate representation of color #081E00: hue angle of 104º 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 #081E00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.88 |
| HSL | 104º | 1% | 0.06% | - |
| HSV(B) | 104º | 1% | 0.12% | - |
| XYZ | 0.56 | 0.98 | 0.16 | - |
| YUV | 20 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 0 | 0.73 | 0 | 1 | 0.88 | 104 | 1 | 0.06 |
| Hex | 8 | 1E | 0 | 49 | 0 | 64 | 58 | 68 | 64 | 6 |
| Octal | 10 | 36 | 0 | 111 | 0 | 144 | 130 | 150 | 144 | 6 |
| Binary | 1000 | 11110 | 0 | 1001001 | 0 | 1100100 | 1011000 | 1101000 | 1100100 | 110 |
Color Harmonies of #081E00
Complementary color
Monochromatic Colors of #081E00
Black with #081E00
Text Example
Text Example
White with #081E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E00; }
p { color: rgb(8,30,0); }
H1.HeaderClassName
{
color: #081E00;
}
.AnyTagClassName
{
color: #081E00;
}
</style>
background-color css
<style>
a { background-color: #081E00; }
a { background-color: rgb(8,30,0); }
div.DivClassName
{
background-color: #081E00;
}
.BgClassName
{
background-color: #081E00;
}
</style>
border-color css
<style>
span { border-color: #081E00; }
span { border-color: rgb(8,30,0); }
td.TdClassName
{
border-color: #081E00;
}
.TagClassName
{
border-color: #081E00;
}
</style>