Shades of Myrtle #081E07
Tints of Myrtle #081E07
RGB
CMYK
RGB Variations
Color information
#081E07 (or 0x081E07) is known color: Myrtle. HEX triplet: 08, 1E and 07. RGB value is (8,30,7). Sum of RGB (Red+Green+Blue) = 8+30+7=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #081E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E07 is #F7E1F8. Grayscale: #141414. Windows color (decimal): -16245241 or 466440. OLE color: 466440.
HSL color Cylindrical-coordinate representation of color #081E07: hue angle of 117.39º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #081E07 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 7 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.88 |
| HSL | 117.39º | 0.62% | 0.07% | - |
| HSV(B) | 117.39º | 0.77% | 0.12% | - |
| XYZ | 0.6 | 1 | 0.36 | - |
| YUV | 20.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 7 | 0.73 | 0 | 0.77 | 0.88 | 117.39 | 0.62 | 0.07 |
| Hex | 8 | 1E | 7 | 49 | 0 | 4D | 58 | 75 | 3E | 7 |
| Octal | 10 | 36 | 7 | 111 | 0 | 115 | 130 | 165 | 76 | 7 |
| Binary | 1000 | 11110 | 111 | 1001001 | 0 | 1001101 | 1011000 | 1110101 | 111110 | 111 |
Color Harmonies of #081E07
Complementary color
Monochromatic Colors of #081E07
Black with #081E07
Text Example
Text Example
White with #081E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E07; }
p { color: rgb(8,30,7); }
H1.HeaderClassName
{
color: #081E07;
}
.AnyTagClassName
{
color: #081E07;
}
</style>
background-color css
<style>
a { background-color: #081E07; }
a { background-color: rgb(8,30,7); }
div.DivClassName
{
background-color: #081E07;
}
.BgClassName
{
background-color: #081E07;
}
</style>
border-color css
<style>
span { border-color: #081E07; }
span { border-color: rgb(8,30,7); }
td.TdClassName
{
border-color: #081E07;
}
.TagClassName
{
border-color: #081E07;
}
</style>