Shades of Myrtle #0F4C05
Tints of Myrtle #0F4C05
RGB
CMYK
RGB Variations
Color information
#0F4C05 (or 0x0F4C05) is known color: Myrtle. HEX triplet: 0F, 4C and 05. RGB value is (15,76,5). Sum of RGB (Red+Green+Blue) = 15+76+5=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 76 (30.08% from 255 or 79.17% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4C05 is #F0B3FA. Grayscale: #313131. Windows color (decimal): -15774715 or 347151. OLE color: 347151.
HSL color Cylindrical-coordinate representation of color #0F4C05: hue angle of 111.55º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4C05 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 76 | 5 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.70 |
| HSL | 111.55º | 0.88% | 0.16% | - |
| HSV(B) | 111.55º | 0.93% | 0.3% | - |
| XYZ | 2.81 | 5.28 | 1.01 | - |
| YUV | 49.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 5 | 0.80 | 0 | 0.93 | 0.70 | 111.55 | 0.88 | 0.16 |
| Hex | F | 4C | 5 | 50 | 0 | 5D | 46 | 70 | 58 | 10 |
| Octal | 17 | 114 | 5 | 120 | 0 | 135 | 106 | 160 | 130 | 20 |
| Binary | 1111 | 1001100 | 101 | 1010000 | 0 | 1011101 | 1000110 | 1110000 | 1011000 | 10000 |
Color Harmonies of #0F4C05
Complementary color
Monochromatic Colors of #0F4C05
Black with #0F4C05
Text Example
Text Example
White with #0F4C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C05; }
p { color: rgb(15,76,5); }
H1.HeaderClassName
{
color: #0F4C05;
}
.AnyTagClassName
{
color: #0F4C05;
}
</style>
background-color css
<style>
a { background-color: #0F4C05; }
a { background-color: rgb(15,76,5); }
div.DivClassName
{
background-color: #0F4C05;
}
.BgClassName
{
background-color: #0F4C05;
}
</style>
border-color css
<style>
span { border-color: #0F4C05; }
span { border-color: rgb(15,76,5); }
td.TdClassName
{
border-color: #0F4C05;
}
.TagClassName
{
border-color: #0F4C05;
}
</style>