Shades of Myrtle #080F06
Tints of Myrtle #080F06
RGB
CMYK
RGB Variations
Color information
#080F06 (or 0x080F06) is known color: Myrtle. HEX triplet: 08, 0F and 06. RGB value is (8,15,6). Sum of RGB (Red+Green+Blue) = 8+15+6=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #080F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F06 is #F7F0F9. Grayscale: #0B0B0B. Windows color (decimal): -16249082 or 397064. OLE color: 397064.
HSL color Cylindrical-coordinate representation of color #080F06: hue angle of 106.67º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #080F06 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
RGB | 8 | 15 | 6 | - |
CMYK | 0.47 | 0 | 0.60 | 0.94 |
HSL | 106.67º | 0.43% | 0.04% | - |
HSV(B) | 106.67º | 0.6% | 0.06% | - |
XYZ | 0.3 | 0.41 | 0.23 | - |
YUV | 11.88 | 124.68 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 15 | 6 | 0.47 | 0 | 0.60 | 0.94 | 106.67 | 0.43 | 0.04 |
Hex | 8 | F | 6 | 2F | 0 | 3C | 5E | 6B | 2B | 4 |
Octal | 10 | 17 | 6 | 57 | 0 | 74 | 136 | 153 | 53 | 4 |
Binary | 1000 | 1111 | 110 | 101111 | 0 | 111100 | 1011110 | 1101011 | 101011 | 100 |
Color Harmonies of #080F06
Complementary color
Monochromatic Colors of #080F06
Black with #080F06
Text Example
Text Example
White with #080F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F06; }
p { color: rgb(8,15,6); }
H1.HeaderClassName
{
color: #080F06;
}
.AnyTagClassName
{
color: #080F06;
}
</style>
background-color css
<style>
a { background-color: #080F06; }
a { background-color: rgb(8,15,6); }
div.DivClassName
{
background-color: #080F06;
}
.BgClassName
{
background-color: #080F06;
}
</style>
border-color css
<style>
span { border-color: #080F06; }
span { border-color: rgb(8,15,6); }
td.TdClassName
{
border-color: #080F06;
}
.TagClassName
{
border-color: #080F06;
}
</style>