Shades of Myrtle #0F520F
Tints of Myrtle #0F520F
RGB
CMYK
RGB Variations
Color information
#0F520F (or 0x0F520F) is known color: Myrtle. HEX triplet: 0F, 52 and 0F. RGB value is (15,82,15). Sum of RGB (Red+Green+Blue) = 15+82+15=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 82 (32.42% from 255 or 73.21% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 82 - color contains mainly: green. Hex color #0F520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F520F is #F0ADF0. Grayscale: #363636. Windows color (decimal): -15773169 or 1004047. OLE color: 1004047.
HSL color Cylindrical-coordinate representation of color #0F520F: hue angle of 120º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F520F is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 15 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.68 |
| HSL | 120º | 0.69% | 0.19% | - |
| HSV(B) | 120º | 0.82% | 0.32% | - |
| XYZ | 3.3 | 6.17 | 1.47 | - |
| YUV | 54.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 15 | 0.82 | 0 | 0.82 | 0.68 | 120 | 0.69 | 0.19 |
| Hex | F | 52 | F | 52 | 0 | 52 | 44 | 78 | 45 | 13 |
| Octal | 17 | 122 | 17 | 122 | 0 | 122 | 104 | 170 | 105 | 23 |
| Binary | 1111 | 1010010 | 1111 | 1010010 | 0 | 1010010 | 1000100 | 1111000 | 1000101 | 10011 |
Color Harmonies of #0F520F
Complementary color
Monochromatic Colors of #0F520F
Black with #0F520F
Text Example
Text Example
White with #0F520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F520F; }
p { color: rgb(15,82,15); }
H1.HeaderClassName
{
color: #0F520F;
}
.AnyTagClassName
{
color: #0F520F;
}
</style>
background-color css
<style>
a { background-color: #0F520F; }
a { background-color: rgb(15,82,15); }
div.DivClassName
{
background-color: #0F520F;
}
.BgClassName
{
background-color: #0F520F;
}
</style>
border-color css
<style>
span { border-color: #0F520F; }
span { border-color: rgb(15,82,15); }
td.TdClassName
{
border-color: #0F520F;
}
.TagClassName
{
border-color: #0F520F;
}
</style>