Shades of Myrtle #0F2609
Tints of Myrtle #0F2609
RGB
CMYK
RGB Variations
Color information
#0F2609 (or 0x0F2609) is known color: Myrtle. HEX triplet: 0F, 26 and 09. RGB value is (15,38,9). Sum of RGB (Red+Green+Blue) = 15+38+9=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2609 is #F0D9F6. Grayscale: #1B1B1B. Windows color (decimal): -15784439 or 599567. OLE color: 599567.
HSL color Cylindrical-coordinate representation of color #0F2609: hue angle of 107.59º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F2609 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 9 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.85 |
| HSL | 107.59º | 0.62% | 0.09% | - |
| HSV(B) | 107.59º | 0.76% | 0.15% | - |
| XYZ | 0.94 | 1.51 | 0.5 | - |
| YUV | 27.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 9 | 0.61 | 0 | 0.76 | 0.85 | 107.59 | 0.62 | 0.09 |
| Hex | F | 26 | 9 | 3D | 0 | 4C | 55 | 6C | 3E | 9 |
| Octal | 17 | 46 | 11 | 75 | 0 | 114 | 125 | 154 | 76 | 11 |
| Binary | 1111 | 100110 | 1001 | 111101 | 0 | 1001100 | 1010101 | 1101100 | 111110 | 1001 |
Color Harmonies of #0F2609
Complementary color
Monochromatic Colors of #0F2609
Black with #0F2609
Text Example
Text Example
White with #0F2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2609; }
p { color: rgb(15,38,9); }
H1.HeaderClassName
{
color: #0F2609;
}
.AnyTagClassName
{
color: #0F2609;
}
</style>
background-color css
<style>
a { background-color: #0F2609; }
a { background-color: rgb(15,38,9); }
div.DivClassName
{
background-color: #0F2609;
}
.BgClassName
{
background-color: #0F2609;
}
</style>
border-color css
<style>
span { border-color: #0F2609; }
span { border-color: rgb(15,38,9); }
td.TdClassName
{
border-color: #0F2609;
}
.TagClassName
{
border-color: #0F2609;
}
</style>