Shades of Myrtle #0F4B0C
Tints of Myrtle #0F4B0C
RGB
CMYK
RGB Variations
Color information
#0F4B0C (or 0x0F4B0C) is known color: Myrtle. HEX triplet: 0F, 4B and 0C. RGB value is (15,75,12). Sum of RGB (Red+Green+Blue) = 15+75+12=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 75 (29.69% from 255 or 73.53% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4B0C is #F0B4F3. Grayscale: #323232. Windows color (decimal): -15774964 or 805647. OLE color: 805647.
HSL color Cylindrical-coordinate representation of color #0F4B0C: hue angle of 117.14º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F4B0C is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 75 | 12 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.71 |
| HSL | 117.14º | 0.72% | 0.17% | - |
| HSV(B) | 117.14º | 0.84% | 0.29% | - |
| XYZ | 2.78 | 5.16 | 1.2 | - |
| YUV | 49.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 12 | 0.80 | 0 | 0.84 | 0.71 | 117.14 | 0.72 | 0.17 |
| Hex | F | 4B | C | 50 | 0 | 54 | 47 | 75 | 48 | 11 |
| Octal | 17 | 113 | 14 | 120 | 0 | 124 | 107 | 165 | 110 | 21 |
| Binary | 1111 | 1001011 | 1100 | 1010000 | 0 | 1010100 | 1000111 | 1110101 | 1001000 | 10001 |
Color Harmonies of #0F4B0C
Complementary color
Monochromatic Colors of #0F4B0C
Black with #0F4B0C
Text Example
Text Example
White with #0F4B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B0C; }
p { color: rgb(15,75,12); }
H1.HeaderClassName
{
color: #0F4B0C;
}
.AnyTagClassName
{
color: #0F4B0C;
}
</style>
background-color css
<style>
a { background-color: #0F4B0C; }
a { background-color: rgb(15,75,12); }
div.DivClassName
{
background-color: #0F4B0C;
}
.BgClassName
{
background-color: #0F4B0C;
}
</style>
border-color css
<style>
span { border-color: #0F4B0C; }
span { border-color: rgb(15,75,12); }
td.TdClassName
{
border-color: #0F4B0C;
}
.TagClassName
{
border-color: #0F4B0C;
}
</style>