Shades of Myrtle #0F450F
Tints of Myrtle #0F450F
RGB
CMYK
RGB Variations
Color information
#0F450F (or 0x0F450F) is known color: Myrtle. HEX triplet: 0F, 45 and 0F. RGB value is (15,69,15). Sum of RGB (Red+Green+Blue) = 15+69+15=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #0F450F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F450F is #F0BAF0. Grayscale: #2E2E2E. Windows color (decimal): -15776497 or 1000719. OLE color: 1000719.
HSL color Cylindrical-coordinate representation of color #0F450F: hue angle of 120º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F450F is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 69 | 15 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.73 |
| HSL | 120º | 0.64% | 0.16% | - |
| HSV(B) | 120º | 0.78% | 0.27% | - |
| XYZ | 2.41 | 4.39 | 1.17 | - |
| YUV | 46.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 15 | 0.78 | 0 | 0.78 | 0.73 | 120 | 0.64 | 0.16 |
| Hex | F | 45 | F | 4E | 0 | 4E | 49 | 78 | 40 | 10 |
| Octal | 17 | 105 | 17 | 116 | 0 | 116 | 111 | 170 | 100 | 20 |
| Binary | 1111 | 1000101 | 1111 | 1001110 | 0 | 1001110 | 1001001 | 1111000 | 1000000 | 10000 |
Color Harmonies of #0F450F
Complementary color
Monochromatic Colors of #0F450F
Black with #0F450F
Text Example
Text Example
White with #0F450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F450F; }
p { color: rgb(15,69,15); }
H1.HeaderClassName
{
color: #0F450F;
}
.AnyTagClassName
{
color: #0F450F;
}
</style>
background-color css
<style>
a { background-color: #0F450F; }
a { background-color: rgb(15,69,15); }
div.DivClassName
{
background-color: #0F450F;
}
.BgClassName
{
background-color: #0F450F;
}
</style>
border-color css
<style>
span { border-color: #0F450F; }
span { border-color: rgb(15,69,15); }
td.TdClassName
{
border-color: #0F450F;
}
.TagClassName
{
border-color: #0F450F;
}
</style>