Shades of Myrtle #09500B
Tints of Myrtle #09500B
RGB
CMYK
RGB Variations
Color information
#09500B (or 0x09500B) is known color: Myrtle. HEX triplet: 09, 50 and 0B. RGB value is (9,80,11). Sum of RGB (Red+Green+Blue) = 9+80+11=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 80 (31.64% from 255 or 80% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 80 - color contains mainly: green. Hex color #09500B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09500B is #F6AFF4. Grayscale: #333333. Windows color (decimal): -16166901 or 741385. OLE color: 741385.
HSL color Cylindrical-coordinate representation of color #09500B: hue angle of 121.69º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09500B is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 80 | 11 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.69 |
| HSL | 121.69º | 0.8% | 0.17% | - |
| HSV(B) | 121.69º | 0.89% | 0.31% | - |
| XYZ | 3.04 | 5.82 | 1.28 | - |
| YUV | 50.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 11 | 0.89 | 0 | 0.86 | 0.69 | 121.69 | 0.8 | 0.17 |
| Hex | 9 | 50 | B | 59 | 0 | 56 | 45 | 7A | 50 | 11 |
| Octal | 11 | 120 | 13 | 131 | 0 | 126 | 105 | 172 | 120 | 21 |
| Binary | 1001 | 1010000 | 1011 | 1011001 | 0 | 1010110 | 1000101 | 1111010 | 1010000 | 10001 |
Color Harmonies of #09500B
Complementary color
Monochromatic Colors of #09500B
Black with #09500B
Text Example
Text Example
White with #09500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09500B; }
p { color: rgb(9,80,11); }
H1.HeaderClassName
{
color: #09500B;
}
.AnyTagClassName
{
color: #09500B;
}
</style>
background-color css
<style>
a { background-color: #09500B; }
a { background-color: rgb(9,80,11); }
div.DivClassName
{
background-color: #09500B;
}
.BgClassName
{
background-color: #09500B;
}
</style>
border-color css
<style>
span { border-color: #09500B; }
span { border-color: rgb(9,80,11); }
td.TdClassName
{
border-color: #09500B;
}
.TagClassName
{
border-color: #09500B;
}
</style>