Shades of Myrtle #0F580F
Tints of Myrtle #0F580F
RGB
CMYK
RGB Variations
Color information
#0F580F (or 0x0F580F) is known color: Myrtle. HEX triplet: 0F, 58 and 0F. RGB value is (15,88,15). Sum of RGB (Red+Green+Blue) = 15+88+15=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 88 (34.77% from 255 or 74.58% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 88 - color contains mainly: green. Hex color #0F580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F580F is #F0A7F0. Grayscale: #3A3A3A. Windows color (decimal): -15771633 or 1005583. OLE color: 1005583.
HSL color Cylindrical-coordinate representation of color #0F580F: hue angle of 120º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F580F is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 88 | 15 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.65 |
| HSL | 120º | 0.71% | 0.2% | - |
| HSV(B) | 120º | 0.83% | 0.35% | - |
| XYZ | 3.77 | 7.12 | 1.63 | - |
| YUV | 57.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 15 | 0.83 | 0 | 0.83 | 0.65 | 120 | 0.71 | 0.2 |
| Hex | F | 58 | F | 53 | 0 | 53 | 41 | 78 | 47 | 14 |
| Octal | 17 | 130 | 17 | 123 | 0 | 123 | 101 | 170 | 107 | 24 |
| Binary | 1111 | 1011000 | 1111 | 1010011 | 0 | 1010011 | 1000001 | 1111000 | 1000111 | 10100 |
Color Harmonies of #0F580F
Complementary color
Monochromatic Colors of #0F580F
Black with #0F580F
Text Example
Text Example
White with #0F580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F580F; }
p { color: rgb(15,88,15); }
H1.HeaderClassName
{
color: #0F580F;
}
.AnyTagClassName
{
color: #0F580F;
}
</style>
background-color css
<style>
a { background-color: #0F580F; }
a { background-color: rgb(15,88,15); }
div.DivClassName
{
background-color: #0F580F;
}
.BgClassName
{
background-color: #0F580F;
}
</style>
border-color css
<style>
span { border-color: #0F580F; }
span { border-color: rgb(15,88,15); }
td.TdClassName
{
border-color: #0F580F;
}
.TagClassName
{
border-color: #0F580F;
}
</style>