Shades of Myrtle #080E07
Tints of Myrtle #080E07
RGB
CMYK
RGB Variations
Color information
#080E07 (or 0x080E07) is known color: Myrtle. HEX triplet: 08, 0E and 07. RGB value is (8,14,7). Sum of RGB (Red+Green+Blue) = 8+14+7=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 14 (5.86% from 255 or 48.28% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 14 - color contains mainly: green. Hex color #080E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E07 is #F7F1F8. Grayscale: #0B0B0B. Windows color (decimal): -16249337 or 462344. OLE color: 462344.
HSL color Cylindrical-coordinate representation of color #080E07: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #080E07 is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 14 | 7 | - |
CMYK | 0.43 | 0 | 0.5 | 0.95 |
HSL | 111.43º | 0.33% | 0.04% | - |
HSV(B) | 111.43º | 0.5% | 0.05% | - |
XYZ | 0.3 | 0.38 | 0.26 | - |
YUV | 11.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 14 | 7 | 0.43 | 0 | 0.5 | 0.95 | 111.43 | 0.33 | 0.04 |
Hex | 8 | E | 7 | 2B | 0 | 32 | 5F | 6F | 21 | 4 |
Octal | 10 | 16 | 7 | 53 | 0 | 62 | 137 | 157 | 41 | 4 |
Binary | 1000 | 1110 | 111 | 101011 | 0 | 110010 | 1011111 | 1101111 | 100001 | 100 |
Color Harmonies of #080E07
Complementary color
Monochromatic Colors of #080E07
Black with #080E07
Text Example
Text Example
White with #080E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E07; }
p { color: rgb(8,14,7); }
H1.HeaderClassName
{
color: #080E07;
}
.AnyTagClassName
{
color: #080E07;
}
</style>
background-color css
<style>
a { background-color: #080E07; }
a { background-color: rgb(8,14,7); }
div.DivClassName
{
background-color: #080E07;
}
.BgClassName
{
background-color: #080E07;
}
</style>
border-color css
<style>
span { border-color: #080E07; }
span { border-color: rgb(8,14,7); }
td.TdClassName
{
border-color: #080E07;
}
.TagClassName
{
border-color: #080E07;
}
</style>