Shades of Myrtle #095115
Tints of Myrtle #095115
RGB
CMYK
RGB Variations
Color information
#095115 (or 0x095115) is known color: Myrtle. HEX triplet: 09, 51 and 15. RGB value is (9,81,21). Sum of RGB (Red+Green+Blue) = 9+81+21=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #095115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095115 is #F6AEEA. Grayscale: #343434. Windows color (decimal): -16166635 or 1397001. OLE color: 1397001.
HSL color Cylindrical-coordinate representation of color #095115: hue angle of 130º 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 #095115 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 21 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.68 |
| HSL | 130º | 0.8% | 0.18% | - |
| HSV(B) | 130º | 0.89% | 0.32% | - |
| XYZ | 3.19 | 6 | 1.7 | - |
| YUV | 52.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 21 | 0.89 | 0 | 0.74 | 0.68 | 130 | 0.8 | 0.18 |
| Hex | 9 | 51 | 15 | 59 | 0 | 4A | 44 | 82 | 50 | 12 |
| Octal | 11 | 121 | 25 | 131 | 0 | 112 | 104 | 202 | 120 | 22 |
| Binary | 1001 | 1010001 | 10101 | 1011001 | 0 | 1001010 | 1000100 | 10000010 | 1010000 | 10010 |
Color Harmonies of #095115
Complementary color
Monochromatic Colors of #095115
Black with #095115
Text Example
Text Example
White with #095115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095115; }
p { color: rgb(9,81,21); }
H1.HeaderClassName
{
color: #095115;
}
.AnyTagClassName
{
color: #095115;
}
</style>
background-color css
<style>
a { background-color: #095115; }
a { background-color: rgb(9,81,21); }
div.DivClassName
{
background-color: #095115;
}
.BgClassName
{
background-color: #095115;
}
</style>
border-color css
<style>
span { border-color: #095115; }
span { border-color: rgb(9,81,21); }
td.TdClassName
{
border-color: #095115;
}
.TagClassName
{
border-color: #095115;
}
</style>