Shades of Myrtle #093F0A
Tints of Myrtle #093F0A
RGB
CMYK
RGB Variations
Color information
#093F0A (or 0x093F0A) is known color: Myrtle. HEX triplet: 09, 3F and 0A. RGB value is (9,63,10). Sum of RGB (Red+Green+Blue) = 9+63+10=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 63 (25% from 255 or 76.83% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 63 - color contains mainly: green. Hex color #093F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093F0A is #F6C0F5. Grayscale: #282828. Windows color (decimal): -16171254 or 671497. OLE color: 671497.
HSL color Cylindrical-coordinate representation of color #093F0A: hue angle of 121.11º 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 #093F0A is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 63 | 10 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.75 |
| HSL | 121.11º | 0.75% | 0.14% | - |
| HSV(B) | 121.11º | 0.86% | 0.25% | - |
| XYZ | 1.94 | 3.64 | 0.89 | - |
| YUV | 40.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 10 | 0.86 | 0 | 0.84 | 0.75 | 121.11 | 0.75 | 0.14 |
| Hex | 9 | 3F | A | 56 | 0 | 54 | 4B | 79 | 4B | E |
| Octal | 11 | 77 | 12 | 126 | 0 | 124 | 113 | 171 | 113 | 16 |
| Binary | 1001 | 111111 | 1010 | 1010110 | 0 | 1010100 | 1001011 | 1111001 | 1001011 | 1110 |
Color Harmonies of #093F0A
Complementary color
Monochromatic Colors of #093F0A
Black with #093F0A
Text Example
Text Example
White with #093F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F0A; }
p { color: rgb(9,63,10); }
H1.HeaderClassName
{
color: #093F0A;
}
.AnyTagClassName
{
color: #093F0A;
}
</style>
background-color css
<style>
a { background-color: #093F0A; }
a { background-color: rgb(9,63,10); }
div.DivClassName
{
background-color: #093F0A;
}
.BgClassName
{
background-color: #093F0A;
}
</style>
border-color css
<style>
span { border-color: #093F0A; }
span { border-color: rgb(9,63,10); }
td.TdClassName
{
border-color: #093F0A;
}
.TagClassName
{
border-color: #093F0A;
}
</style>