Shades of Myrtle #0F510A
Tints of Myrtle #0F510A
RGB
CMYK
RGB Variations
Color information
#0F510A (or 0x0F510A) is known color: Myrtle. HEX triplet: 0F, 51 and 0A. RGB value is (15,81,10). Sum of RGB (Red+Green+Blue) = 15+81+10=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 81 (32.03% from 255 or 76.42% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 81 - color contains mainly: green. Hex color #0F510A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F510A is #F0AEF5. Grayscale: #353535. Windows color (decimal): -15773430 or 676111. OLE color: 676111.
HSL color Cylindrical-coordinate representation of color #0F510A: hue angle of 115.77º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F510A is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 81 | 10 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.68 |
| HSL | 115.77º | 0.78% | 0.18% | - |
| HSV(B) | 115.77º | 0.88% | 0.32% | - |
| XYZ | 3.19 | 6.01 | 1.28 | - |
| YUV | 53.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 10 | 0.81 | 0 | 0.88 | 0.68 | 115.77 | 0.78 | 0.18 |
| Hex | F | 51 | A | 51 | 0 | 58 | 44 | 74 | 4E | 12 |
| Octal | 17 | 121 | 12 | 121 | 0 | 130 | 104 | 164 | 116 | 22 |
| Binary | 1111 | 1010001 | 1010 | 1010001 | 0 | 1011000 | 1000100 | 1110100 | 1001110 | 10010 |
Color Harmonies of #0F510A
Complementary color
Monochromatic Colors of #0F510A
Black with #0F510A
Text Example
Text Example
White with #0F510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F510A; }
p { color: rgb(15,81,10); }
H1.HeaderClassName
{
color: #0F510A;
}
.AnyTagClassName
{
color: #0F510A;
}
</style>
background-color css
<style>
a { background-color: #0F510A; }
a { background-color: rgb(15,81,10); }
div.DivClassName
{
background-color: #0F510A;
}
.BgClassName
{
background-color: #0F510A;
}
</style>
border-color css
<style>
span { border-color: #0F510A; }
span { border-color: rgb(15,81,10); }
td.TdClassName
{
border-color: #0F510A;
}
.TagClassName
{
border-color: #0F510A;
}
</style>