Shades of Myrtle #09550F
Tints of Myrtle #09550F
RGB
CMYK
RGB Variations
Color information
#09550F (or 0x09550F) is known color: Myrtle. HEX triplet: 09, 55 and 0F. RGB value is (9,85,15). Sum of RGB (Red+Green+Blue) = 9+85+15=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #09550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09550F is #F6AAF0. Grayscale: #363636. Windows color (decimal): -16165617 or 1004809. OLE color: 1004809.
HSL color Cylindrical-coordinate representation of color #09550F: hue angle of 124.74º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09550F is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 15 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.67 |
| HSL | 124.74º | 0.81% | 0.18% | - |
| HSV(B) | 124.74º | 0.89% | 0.33% | - |
| XYZ | 3.45 | 6.59 | 1.54 | - |
| YUV | 54.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 15 | 0.89 | 0 | 0.82 | 0.67 | 124.74 | 0.81 | 0.18 |
| Hex | 9 | 55 | F | 59 | 0 | 52 | 43 | 7D | 51 | 12 |
| Octal | 11 | 125 | 17 | 131 | 0 | 122 | 103 | 175 | 121 | 22 |
| Binary | 1001 | 1010101 | 1111 | 1011001 | 0 | 1010010 | 1000011 | 1111101 | 1010001 | 10010 |
Color Harmonies of #09550F
Complementary color
Monochromatic Colors of #09550F
Black with #09550F
Text Example
Text Example
White with #09550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09550F; }
p { color: rgb(9,85,15); }
H1.HeaderClassName
{
color: #09550F;
}
.AnyTagClassName
{
color: #09550F;
}
</style>
background-color css
<style>
a { background-color: #09550F; }
a { background-color: rgb(9,85,15); }
div.DivClassName
{
background-color: #09550F;
}
.BgClassName
{
background-color: #09550F;
}
</style>
border-color css
<style>
span { border-color: #09550F; }
span { border-color: rgb(9,85,15); }
td.TdClassName
{
border-color: #09550F;
}
.TagClassName
{
border-color: #09550F;
}
</style>