Shades of Myrtle #09460A
Tints of Myrtle #09460A
RGB
CMYK
RGB Variations
Color information
#09460A (or 0x09460A) is known color: Myrtle. HEX triplet: 09, 46 and 0A. RGB value is (9,70,10). Sum of RGB (Red+Green+Blue) = 9+70+10=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #09460A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09460A is #F6B9F5. Grayscale: #2D2D2D. Windows color (decimal): -16169462 or 673289. OLE color: 673289.
HSL color Cylindrical-coordinate representation of color #09460A: hue angle of 120.98º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09460A is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 10 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.73 |
| HSL | 120.98º | 0.77% | 0.15% | - |
| HSV(B) | 120.98º | 0.87% | 0.27% | - |
| XYZ | 2.36 | 4.46 | 1.02 | - |
| YUV | 44.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 10 | 0.87 | 0 | 0.86 | 0.73 | 120.98 | 0.77 | 0.15 |
| Hex | 9 | 46 | A | 57 | 0 | 56 | 49 | 79 | 4D | F |
| Octal | 11 | 106 | 12 | 127 | 0 | 126 | 111 | 171 | 115 | 17 |
| Binary | 1001 | 1000110 | 1010 | 1010111 | 0 | 1010110 | 1001001 | 1111001 | 1001101 | 1111 |
Color Harmonies of #09460A
Complementary color
Monochromatic Colors of #09460A
Black with #09460A
Text Example
Text Example
White with #09460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09460A; }
p { color: rgb(9,70,10); }
H1.HeaderClassName
{
color: #09460A;
}
.AnyTagClassName
{
color: #09460A;
}
</style>
background-color css
<style>
a { background-color: #09460A; }
a { background-color: rgb(9,70,10); }
div.DivClassName
{
background-color: #09460A;
}
.BgClassName
{
background-color: #09460A;
}
</style>
border-color css
<style>
span { border-color: #09460A; }
span { border-color: rgb(9,70,10); }
td.TdClassName
{
border-color: #09460A;
}
.TagClassName
{
border-color: #09460A;
}
</style>