Shades of Myrtle #0F4B12
Tints of Myrtle #0F4B12
RGB
CMYK
RGB Variations
Color information
#0F4B12 (or 0x0F4B12) is known color: Myrtle. HEX triplet: 0F, 4B and 12. RGB value is (15,75,18). Sum of RGB (Red+Green+Blue) = 15+75+18=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4B12 is #F0B4ED. Grayscale: #323232. Windows color (decimal): -15774958 or 1198863. OLE color: 1198863.
HSL color Cylindrical-coordinate representation of color #0F4B12: hue angle of 123º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B12 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 75 | 18 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.71 |
| HSL | 123º | 0.67% | 0.18% | - |
| HSV(B) | 123º | 0.8% | 0.29% | - |
| XYZ | 2.82 | 5.18 | 1.42 | - |
| YUV | 50.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 18 | 0.80 | 0 | 0.76 | 0.71 | 123 | 0.67 | 0.18 |
| Hex | F | 4B | 12 | 50 | 0 | 4C | 47 | 7B | 43 | 12 |
| Octal | 17 | 113 | 22 | 120 | 0 | 114 | 107 | 173 | 103 | 22 |
| Binary | 1111 | 1001011 | 10010 | 1010000 | 0 | 1001100 | 1000111 | 1111011 | 1000011 | 10010 |
Color Harmonies of #0F4B12
Complementary color
Monochromatic Colors of #0F4B12
Black with #0F4B12
Text Example
Text Example
White with #0F4B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B12; }
p { color: rgb(15,75,18); }
H1.HeaderClassName
{
color: #0F4B12;
}
.AnyTagClassName
{
color: #0F4B12;
}
</style>
background-color css
<style>
a { background-color: #0F4B12; }
a { background-color: rgb(15,75,18); }
div.DivClassName
{
background-color: #0F4B12;
}
.BgClassName
{
background-color: #0F4B12;
}
</style>
border-color css
<style>
span { border-color: #0F4B12; }
span { border-color: rgb(15,75,18); }
td.TdClassName
{
border-color: #0F4B12;
}
.TagClassName
{
border-color: #0F4B12;
}
</style>