Shades of Myrtle #0F4306
Tints of Myrtle #0F4306
RGB
CMYK
RGB Variations
Color information
#0F4306 (or 0x0F4306) is known color: Myrtle. HEX triplet: 0F, 43 and 06. RGB value is (15,67,6). Sum of RGB (Red+Green+Blue) = 15+67+6=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4306 is #F0BCF9. Grayscale: #2C2C2C. Windows color (decimal): -15777018 or 410383. OLE color: 410383.
HSL color Cylindrical-coordinate representation of color #0F4306: hue angle of 111.15º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4306 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 67 | 6 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.74 |
| HSL | 111.15º | 0.84% | 0.14% | - |
| HSV(B) | 111.15º | 0.91% | 0.26% | - |
| XYZ | 2.24 | 4.13 | 0.85 | - |
| YUV | 44.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 6 | 0.78 | 0 | 0.91 | 0.74 | 111.15 | 0.84 | 0.14 |
| Hex | F | 43 | 6 | 4E | 0 | 5B | 4A | 6F | 54 | E |
| Octal | 17 | 103 | 6 | 116 | 0 | 133 | 112 | 157 | 124 | 16 |
| Binary | 1111 | 1000011 | 110 | 1001110 | 0 | 1011011 | 1001010 | 1101111 | 1010100 | 1110 |
Color Harmonies of #0F4306
Complementary color
Monochromatic Colors of #0F4306
Black with #0F4306
Text Example
Text Example
White with #0F4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4306; }
p { color: rgb(15,67,6); }
H1.HeaderClassName
{
color: #0F4306;
}
.AnyTagClassName
{
color: #0F4306;
}
</style>
background-color css
<style>
a { background-color: #0F4306; }
a { background-color: rgb(15,67,6); }
div.DivClassName
{
background-color: #0F4306;
}
.BgClassName
{
background-color: #0F4306;
}
</style>
border-color css
<style>
span { border-color: #0F4306; }
span { border-color: rgb(15,67,6); }
td.TdClassName
{
border-color: #0F4306;
}
.TagClassName
{
border-color: #0F4306;
}
</style>