Shades of Myrtle #0F4506
Tints of Myrtle #0F4506
RGB
CMYK
RGB Variations
Color information
#0F4506 (or 0x0F4506) is known color: Myrtle. HEX triplet: 0F, 45 and 06. RGB value is (15,69,6). Sum of RGB (Red+Green+Blue) = 15+69+6=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #0F4506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4506 is #F0BAF9. Grayscale: #2D2D2D. Windows color (decimal): -15776506 or 410895. OLE color: 410895.
HSL color Cylindrical-coordinate representation of color #0F4506: hue angle of 111.43º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4506 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 69 | 6 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.73 |
| HSL | 111.43º | 0.84% | 0.15% | - |
| HSV(B) | 111.43º | 0.91% | 0.27% | - |
| XYZ | 2.36 | 4.37 | 0.89 | - |
| YUV | 45.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 6 | 0.78 | 0 | 0.91 | 0.73 | 111.43 | 0.84 | 0.15 |
| Hex | F | 45 | 6 | 4E | 0 | 5B | 49 | 6F | 54 | F |
| Octal | 17 | 105 | 6 | 116 | 0 | 133 | 111 | 157 | 124 | 17 |
| Binary | 1111 | 1000101 | 110 | 1001110 | 0 | 1011011 | 1001001 | 1101111 | 1010100 | 1111 |
Color Harmonies of #0F4506
Complementary color
Monochromatic Colors of #0F4506
Black with #0F4506
Text Example
Text Example
White with #0F4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4506; }
p { color: rgb(15,69,6); }
H1.HeaderClassName
{
color: #0F4506;
}
.AnyTagClassName
{
color: #0F4506;
}
</style>
background-color css
<style>
a { background-color: #0F4506; }
a { background-color: rgb(15,69,6); }
div.DivClassName
{
background-color: #0F4506;
}
.BgClassName
{
background-color: #0F4506;
}
</style>
border-color css
<style>
span { border-color: #0F4506; }
span { border-color: rgb(15,69,6); }
td.TdClassName
{
border-color: #0F4506;
}
.TagClassName
{
border-color: #0F4506;
}
</style>