Shades of Myrtle #09570C
Tints of Myrtle #09570C
RGB
CMYK
RGB Variations
Color information
#09570C (or 0x09570C) is known color: Myrtle. HEX triplet: 09, 57 and 0C. RGB value is (9,87,12). Sum of RGB (Red+Green+Blue) = 9+87+12=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 87 (34.38% from 255 or 80.56% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 87 - color contains mainly: green. Hex color #09570C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09570C is #F6A8F3. Grayscale: #373737. Windows color (decimal): -16165108 or 808713. OLE color: 808713.
HSL color Cylindrical-coordinate representation of color #09570C: hue angle of 122.31º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09570C is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 12 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.66 |
| HSL | 122.31º | 0.81% | 0.19% | - |
| HSV(B) | 122.31º | 0.9% | 0.34% | - |
| XYZ | 3.59 | 6.9 | 1.49 | - |
| YUV | 55.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 12 | 0.90 | 0 | 0.86 | 0.66 | 122.31 | 0.81 | 0.19 |
| Hex | 9 | 57 | C | 5A | 0 | 56 | 42 | 7A | 51 | 13 |
| Octal | 11 | 127 | 14 | 132 | 0 | 126 | 102 | 172 | 121 | 23 |
| Binary | 1001 | 1010111 | 1100 | 1011010 | 0 | 1010110 | 1000010 | 1111010 | 1010001 | 10011 |
Color Harmonies of #09570C
Complementary color
Monochromatic Colors of #09570C
Black with #09570C
Text Example
Text Example
White with #09570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09570C; }
p { color: rgb(9,87,12); }
H1.HeaderClassName
{
color: #09570C;
}
.AnyTagClassName
{
color: #09570C;
}
</style>
background-color css
<style>
a { background-color: #09570C; }
a { background-color: rgb(9,87,12); }
div.DivClassName
{
background-color: #09570C;
}
.BgClassName
{
background-color: #09570C;
}
</style>
border-color css
<style>
span { border-color: #09570C; }
span { border-color: rgb(9,87,12); }
td.TdClassName
{
border-color: #09570C;
}
.TagClassName
{
border-color: #09570C;
}
</style>