Shades of Myrtle #0F470F
Tints of Myrtle #0F470F
RGB
CMYK
RGB Variations
Color information
#0F470F (or 0x0F470F) is known color: Myrtle. HEX triplet: 0F, 47 and 0F. RGB value is (15,71,15). Sum of RGB (Red+Green+Blue) = 15+71+15=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #0F470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F470F is #F0B8F0. Grayscale: #303030. Windows color (decimal): -15775985 or 1001231. OLE color: 1001231.
HSL color Cylindrical-coordinate representation of color #0F470F: hue angle of 120º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F470F is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 71 | 15 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.72 |
| HSL | 120º | 0.65% | 0.17% | - |
| HSV(B) | 120º | 0.79% | 0.28% | - |
| XYZ | 2.54 | 4.64 | 1.21 | - |
| YUV | 47.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 15 | 0.79 | 0 | 0.79 | 0.72 | 120 | 0.65 | 0.17 |
| Hex | F | 47 | F | 4F | 0 | 4F | 48 | 78 | 41 | 11 |
| Octal | 17 | 107 | 17 | 117 | 0 | 117 | 110 | 170 | 101 | 21 |
| Binary | 1111 | 1000111 | 1111 | 1001111 | 0 | 1001111 | 1001000 | 1111000 | 1000001 | 10001 |
Color Harmonies of #0F470F
Complementary color
Monochromatic Colors of #0F470F
Black with #0F470F
Text Example
Text Example
White with #0F470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F470F; }
p { color: rgb(15,71,15); }
H1.HeaderClassName
{
color: #0F470F;
}
.AnyTagClassName
{
color: #0F470F;
}
</style>
background-color css
<style>
a { background-color: #0F470F; }
a { background-color: rgb(15,71,15); }
div.DivClassName
{
background-color: #0F470F;
}
.BgClassName
{
background-color: #0F470F;
}
</style>
border-color css
<style>
span { border-color: #0F470F; }
span { border-color: rgb(15,71,15); }
td.TdClassName
{
border-color: #0F470F;
}
.TagClassName
{
border-color: #0F470F;
}
</style>