Shades of Myrtle #081E04
Tints of Myrtle #081E04
RGB
CMYK
RGB Variations
Color information
#081E04 (or 0x081E04) is known color: Myrtle. HEX triplet: 08, 1E and 04. RGB value is (8,30,4). Sum of RGB (Red+Green+Blue) = 8+30+4=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 30 (12.11% from 255 or 71.43% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 30 - color contains mainly: green. Hex color #081E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E04 is #F7E1FB. Grayscale: #141414. Windows color (decimal): -16245244 or 269832. OLE color: 269832.
HSL color Cylindrical-coordinate representation of color #081E04: hue angle of 110.77º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #081E04 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 4 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.88 |
| HSL | 110.77º | 0.76% | 0.07% | - |
| HSV(B) | 110.77º | 0.87% | 0.12% | - |
| XYZ | 0.59 | 0.99 | 0.27 | - |
| YUV | 20.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 4 | 0.73 | 0 | 0.87 | 0.88 | 110.77 | 0.76 | 0.07 |
| Hex | 8 | 1E | 4 | 49 | 0 | 57 | 58 | 6F | 4C | 7 |
| Octal | 10 | 36 | 4 | 111 | 0 | 127 | 130 | 157 | 114 | 7 |
| Binary | 1000 | 11110 | 100 | 1001001 | 0 | 1010111 | 1011000 | 1101111 | 1001100 | 111 |
Color Harmonies of #081E04
Complementary color
Monochromatic Colors of #081E04
Black with #081E04
Text Example
Text Example
White with #081E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E04; }
p { color: rgb(8,30,4); }
H1.HeaderClassName
{
color: #081E04;
}
.AnyTagClassName
{
color: #081E04;
}
</style>
background-color css
<style>
a { background-color: #081E04; }
a { background-color: rgb(8,30,4); }
div.DivClassName
{
background-color: #081E04;
}
.BgClassName
{
background-color: #081E04;
}
</style>
border-color css
<style>
span { border-color: #081E04; }
span { border-color: rgb(8,30,4); }
td.TdClassName
{
border-color: #081E04;
}
.TagClassName
{
border-color: #081E04;
}
</style>