Shades of Myrtle #095913
Tints of Myrtle #095913
RGB
CMYK
RGB Variations
Color information
#095913 (or 0x095913) is known color: Myrtle. HEX triplet: 09, 59 and 13. RGB value is (9,89,19). Sum of RGB (Red+Green+Blue) = 9+89+19=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 89 (35.16% from 255 or 76.07% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 89 - color contains mainly: green. Hex color #095913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095913 is #F6A6EC. Grayscale: #393939. Windows color (decimal): -16164589 or 1267977. OLE color: 1267977.
HSL color Cylindrical-coordinate representation of color #095913: hue angle of 127.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095913 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 19 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.65 |
| HSL | 127.5º | 0.82% | 0.19% | - |
| HSV(B) | 127.5º | 0.9% | 0.35% | - |
| XYZ | 3.8 | 7.25 | 1.82 | - |
| YUV | 57.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 19 | 0.90 | 0 | 0.79 | 0.65 | 127.5 | 0.82 | 0.19 |
| Hex | 9 | 59 | 13 | 5A | 0 | 4F | 41 | 80 | 52 | 13 |
| Octal | 11 | 131 | 23 | 132 | 0 | 117 | 101 | 200 | 122 | 23 |
| Binary | 1001 | 1011001 | 10011 | 1011010 | 0 | 1001111 | 1000001 | 10000000 | 1010010 | 10011 |
Color Harmonies of #095913
Complementary color
Monochromatic Colors of #095913
Black with #095913
Text Example
Text Example
White with #095913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095913; }
p { color: rgb(9,89,19); }
H1.HeaderClassName
{
color: #095913;
}
.AnyTagClassName
{
color: #095913;
}
</style>
background-color css
<style>
a { background-color: #095913; }
a { background-color: rgb(9,89,19); }
div.DivClassName
{
background-color: #095913;
}
.BgClassName
{
background-color: #095913;
}
</style>
border-color css
<style>
span { border-color: #095913; }
span { border-color: rgb(9,89,19); }
td.TdClassName
{
border-color: #095913;
}
.TagClassName
{
border-color: #095913;
}
</style>