Shades of Myrtle #093F0F
Tints of Myrtle #093F0F
RGB
CMYK
RGB Variations
Color information
#093F0F (or 0x093F0F) is known color: Myrtle. HEX triplet: 09, 3F and 0F. RGB value is (9,63,15). Sum of RGB (Red+Green+Blue) = 9+63+15=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 63 (25% from 255 or 72.41% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 63 - color contains mainly: green. Hex color #093F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093F0F is #F6C0F0. Grayscale: #292929. Windows color (decimal): -16171249 or 999177. OLE color: 999177.
HSL color Cylindrical-coordinate representation of color #093F0F: hue angle of 126.67º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F0F is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 63 | 15 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.75 |
| HSL | 126.67º | 0.75% | 0.14% | - |
| HSV(B) | 126.67º | 0.86% | 0.25% | - |
| XYZ | 1.98 | 3.65 | 1.05 | - |
| YUV | 41.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 15 | 0.86 | 0 | 0.76 | 0.75 | 126.67 | 0.75 | 0.14 |
| Hex | 9 | 3F | F | 56 | 0 | 4C | 4B | 7F | 4B | E |
| Octal | 11 | 77 | 17 | 126 | 0 | 114 | 113 | 177 | 113 | 16 |
| Binary | 1001 | 111111 | 1111 | 1010110 | 0 | 1001100 | 1001011 | 1111111 | 1001011 | 1110 |
Color Harmonies of #093F0F
Complementary color
Monochromatic Colors of #093F0F
Black with #093F0F
Text Example
Text Example
White with #093F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F0F; }
p { color: rgb(9,63,15); }
H1.HeaderClassName
{
color: #093F0F;
}
.AnyTagClassName
{
color: #093F0F;
}
</style>
background-color css
<style>
a { background-color: #093F0F; }
a { background-color: rgb(9,63,15); }
div.DivClassName
{
background-color: #093F0F;
}
.BgClassName
{
background-color: #093F0F;
}
</style>
border-color css
<style>
span { border-color: #093F0F; }
span { border-color: rgb(9,63,15); }
td.TdClassName
{
border-color: #093F0F;
}
.TagClassName
{
border-color: #093F0F;
}
</style>