Shades of Myrtle #095412
Tints of Myrtle #095412
RGB
CMYK
RGB Variations
Color information
#095412 (or 0x095412) is known color: Myrtle. HEX triplet: 09, 54 and 12. RGB value is (9,84,18). Sum of RGB (Red+Green+Blue) = 9+84+18=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #095412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095412 is #F6ABED. Grayscale: #363636. Windows color (decimal): -16165870 or 1201161. OLE color: 1201161.
HSL color Cylindrical-coordinate representation of color #095412: hue angle of 127.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095412 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 84 | 18 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.67 |
| HSL | 127.2º | 0.81% | 0.18% | - |
| HSV(B) | 127.2º | 0.89% | 0.33% | - |
| XYZ | 3.39 | 6.44 | 1.64 | - |
| YUV | 54.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 18 | 0.89 | 0 | 0.79 | 0.67 | 127.2 | 0.81 | 0.18 |
| Hex | 9 | 54 | 12 | 59 | 0 | 4F | 43 | 7F | 51 | 12 |
| Octal | 11 | 124 | 22 | 131 | 0 | 117 | 103 | 177 | 121 | 22 |
| Binary | 1001 | 1010100 | 10010 | 1011001 | 0 | 1001111 | 1000011 | 1111111 | 1010001 | 10010 |
Color Harmonies of #095412
Complementary color
Monochromatic Colors of #095412
Black with #095412
Text Example
Text Example
White with #095412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095412; }
p { color: rgb(9,84,18); }
H1.HeaderClassName
{
color: #095412;
}
.AnyTagClassName
{
color: #095412;
}
</style>
background-color css
<style>
a { background-color: #095412; }
a { background-color: rgb(9,84,18); }
div.DivClassName
{
background-color: #095412;
}
.BgClassName
{
background-color: #095412;
}
</style>
border-color css
<style>
span { border-color: #095412; }
span { border-color: rgb(9,84,18); }
td.TdClassName
{
border-color: #095412;
}
.TagClassName
{
border-color: #095412;
}
</style>