Shades of Myrtle #0C590A
Tints of Myrtle #0C590A
RGB
CMYK
RGB Variations
Color information
#0C590A (or 0x0C590A) is known color: Myrtle. HEX triplet: 0C, 59 and 0A. RGB value is (12,89,10). Sum of RGB (Red+Green+Blue) = 12+89+10=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #0C590A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C590A is #F3A6F5. Grayscale: #393939. Windows color (decimal): -15967990 or 678156. OLE color: 678156.
HSL color Cylindrical-coordinate representation of color #0C590A: hue angle of 118.48º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C590A is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 89 | 10 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.65 |
| HSL | 118.48º | 0.8% | 0.19% | - |
| HSV(B) | 118.48º | 0.89% | 0.35% | - |
| XYZ | 3.78 | 7.24 | 1.49 | - |
| YUV | 56.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 10 | 0.87 | 0 | 0.89 | 0.65 | 118.48 | 0.8 | 0.19 |
| Hex | C | 59 | A | 57 | 0 | 59 | 41 | 76 | 50 | 13 |
| Octal | 14 | 131 | 12 | 127 | 0 | 131 | 101 | 166 | 120 | 23 |
| Binary | 1100 | 1011001 | 1010 | 1010111 | 0 | 1011001 | 1000001 | 1110110 | 1010000 | 10011 |
Color Harmonies of #0C590A
Complementary color
Monochromatic Colors of #0C590A
Black with #0C590A
Text Example
Text Example
White with #0C590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C590A; }
p { color: rgb(12,89,10); }
H1.HeaderClassName
{
color: #0C590A;
}
.AnyTagClassName
{
color: #0C590A;
}
</style>
background-color css
<style>
a { background-color: #0C590A; }
a { background-color: rgb(12,89,10); }
div.DivClassName
{
background-color: #0C590A;
}
.BgClassName
{
background-color: #0C590A;
}
</style>
border-color css
<style>
span { border-color: #0C590A; }
span { border-color: rgb(12,89,10); }
td.TdClassName
{
border-color: #0C590A;
}
.TagClassName
{
border-color: #0C590A;
}
</style>