Shades of Myrtle #095113
Tints of Myrtle #095113
RGB
CMYK
RGB Variations
Color information
#095113 (or 0x095113) is known color: Myrtle. HEX triplet: 09, 51 and 13. RGB value is (9,81,19). Sum of RGB (Red+Green+Blue) = 9+81+19=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 81 (32.03% from 255 or 74.31% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 81 - color contains mainly: green. Hex color #095113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095113 is #F6AEEC. Grayscale: #343434. Windows color (decimal): -16166637 or 1265929. OLE color: 1265929.
HSL color Cylindrical-coordinate representation of color #095113: hue angle of 128.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095113 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 19 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.68 |
| HSL | 128.33º | 0.8% | 0.18% | - |
| HSV(B) | 128.33º | 0.89% | 0.32% | - |
| XYZ | 3.17 | 5.99 | 1.61 | - |
| YUV | 52.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 19 | 0.89 | 0 | 0.77 | 0.68 | 128.33 | 0.8 | 0.18 |
| Hex | 9 | 51 | 13 | 59 | 0 | 4D | 44 | 80 | 50 | 12 |
| Octal | 11 | 121 | 23 | 131 | 0 | 115 | 104 | 200 | 120 | 22 |
| Binary | 1001 | 1010001 | 10011 | 1011001 | 0 | 1001101 | 1000100 | 10000000 | 1010000 | 10010 |
Color Harmonies of #095113
Complementary color
Monochromatic Colors of #095113
Black with #095113
Text Example
Text Example
White with #095113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095113; }
p { color: rgb(9,81,19); }
H1.HeaderClassName
{
color: #095113;
}
.AnyTagClassName
{
color: #095113;
}
</style>
background-color css
<style>
a { background-color: #095113; }
a { background-color: rgb(9,81,19); }
div.DivClassName
{
background-color: #095113;
}
.BgClassName
{
background-color: #095113;
}
</style>
border-color css
<style>
span { border-color: #095113; }
span { border-color: rgb(9,81,19); }
td.TdClassName
{
border-color: #095113;
}
.TagClassName
{
border-color: #095113;
}
</style>