Shades of Myrtle #080F07
Tints of Myrtle #080F07
RGB
CMYK
RGB Variations
Color information
#080F07 (or 0x080F07) is known color: Myrtle. HEX triplet: 08, 0F and 07. RGB value is (8,15,7). Sum of RGB (Red+Green+Blue) = 8+15+7=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #080F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F07 is #F7F0F8. Grayscale: #0C0C0C. Windows color (decimal): -16249081 or 462600. OLE color: 462600.
HSL color Cylindrical-coordinate representation of color #080F07: hue angle of 112.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #080F07 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 15 | 7 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.94 |
| HSL | 112.5º | 0.36% | 0.04% | - |
| HSV(B) | 112.5º | 0.53% | 0.06% | - |
| XYZ | 0.31 | 0.41 | 0.26 | - |
| YUV | 12 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 7 | 0.47 | 0 | 0.53 | 0.94 | 112.5 | 0.36 | 0.04 |
| Hex | 8 | F | 7 | 2F | 0 | 35 | 5E | 70 | 24 | 4 |
| Octal | 10 | 17 | 7 | 57 | 0 | 65 | 136 | 160 | 44 | 4 |
| Binary | 1000 | 1111 | 111 | 101111 | 0 | 110101 | 1011110 | 1110000 | 100100 | 100 |
Color Harmonies of #080F07
Complementary color
Monochromatic Colors of #080F07
Black with #080F07
Text Example
Text Example
White with #080F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F07; }
p { color: rgb(8,15,7); }
H1.HeaderClassName
{
color: #080F07;
}
.AnyTagClassName
{
color: #080F07;
}
</style>
background-color css
<style>
a { background-color: #080F07; }
a { background-color: rgb(8,15,7); }
div.DivClassName
{
background-color: #080F07;
}
.BgClassName
{
background-color: #080F07;
}
</style>
border-color css
<style>
span { border-color: #080F07; }
span { border-color: rgb(8,15,7); }
td.TdClassName
{
border-color: #080F07;
}
.TagClassName
{
border-color: #080F07;
}
</style>