Shades of Myrtle #0F5701
Tints of Myrtle #0F5701
RGB
CMYK
RGB Variations
Color information
#0F5701 (or 0x0F5701) is known color: Myrtle. HEX triplet: 0F, 57 and 01. RGB value is (15,87,1). Sum of RGB (Red+Green+Blue) = 15+87+1=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 87 (34.38% from 255 or 84.47% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 87 - color contains mainly: green. Hex color #0F5701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5701 is #F0A8FE. Grayscale: #373737. Windows color (decimal): -15771903 or 87823. OLE color: 87823.
HSL color Cylindrical-coordinate representation of color #0F5701: hue angle of 110.23º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F5701 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 87 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.66 |
| HSL | 110.23º | 0.98% | 0.17% | - |
| HSV(B) | 110.23º | 0.99% | 0.34% | - |
| XYZ | 3.61 | 6.92 | 1.17 | - |
| YUV | 55.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 1 | 0.83 | 0 | 0.99 | 0.66 | 110.23 | 0.98 | 0.17 |
| Hex | F | 57 | 1 | 53 | 0 | 63 | 42 | 6E | 62 | 11 |
| Octal | 17 | 127 | 1 | 123 | 0 | 143 | 102 | 156 | 142 | 21 |
| Binary | 1111 | 1010111 | 1 | 1010011 | 0 | 1100011 | 1000010 | 1101110 | 1100010 | 10001 |
Color Harmonies of #0F5701
Complementary color
Monochromatic Colors of #0F5701
Black with #0F5701
Text Example
Text Example
White with #0F5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5701; }
p { color: rgb(15,87,1); }
H1.HeaderClassName
{
color: #0F5701;
}
.AnyTagClassName
{
color: #0F5701;
}
</style>
background-color css
<style>
a { background-color: #0F5701; }
a { background-color: rgb(15,87,1); }
div.DivClassName
{
background-color: #0F5701;
}
.BgClassName
{
background-color: #0F5701;
}
</style>
border-color css
<style>
span { border-color: #0F5701; }
span { border-color: rgb(15,87,1); }
td.TdClassName
{
border-color: #0F5701;
}
.TagClassName
{
border-color: #0F5701;
}
</style>