Shades of Myrtle #09270A
Tints of Myrtle #09270A
RGB
CMYK
RGB Variations
Color information
#09270A (or 0x09270A) is known color: Myrtle. HEX triplet: 09, 27 and 0A. RGB value is (9,39,10). Sum of RGB (Red+Green+Blue) = 9+39+10=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #09270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09270A is #F6D8F5. Grayscale: #1A1A1A. Windows color (decimal): -16177398 or 665353. OLE color: 665353.
HSL color Cylindrical-coordinate representation of color #09270A: hue angle of 122º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09270A is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 39 | 10 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.85 |
| HSL | 122º | 0.63% | 0.09% | - |
| HSV(B) | 122º | 0.77% | 0.15% | - |
| XYZ | 0.89 | 1.53 | 0.54 | - |
| YUV | 26.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 10 | 0.77 | 0 | 0.74 | 0.85 | 122 | 0.63 | 0.09 |
| Hex | 9 | 27 | A | 4D | 0 | 4A | 55 | 7A | 3E | 9 |
| Octal | 11 | 47 | 12 | 115 | 0 | 112 | 125 | 172 | 76 | 11 |
| Binary | 1001 | 100111 | 1010 | 1001101 | 0 | 1001010 | 1010101 | 1111010 | 111110 | 1001 |
Color Harmonies of #09270A
Complementary color
Monochromatic Colors of #09270A
Black with #09270A
Text Example
Text Example
White with #09270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09270A; }
p { color: rgb(9,39,10); }
H1.HeaderClassName
{
color: #09270A;
}
.AnyTagClassName
{
color: #09270A;
}
</style>
background-color css
<style>
a { background-color: #09270A; }
a { background-color: rgb(9,39,10); }
div.DivClassName
{
background-color: #09270A;
}
.BgClassName
{
background-color: #09270A;
}
</style>
border-color css
<style>
span { border-color: #09270A; }
span { border-color: rgb(9,39,10); }
td.TdClassName
{
border-color: #09270A;
}
.TagClassName
{
border-color: #09270A;
}
</style>