Shades of Myrtle #095B12
Tints of Myrtle #095B12
RGB
CMYK
RGB Variations
Color information
#095B12 (or 0x095B12) is known color: Myrtle. HEX triplet: 09, 5B and 12. RGB value is (9,91,18). Sum of RGB (Red+Green+Blue) = 9+91+18=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 91 (35.94% from 255 or 77.12% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 91 - color contains mainly: green. Hex color #095B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B12 is #F6A4ED. Grayscale: #3A3A3A. Windows color (decimal): -16164078 or 1202953. OLE color: 1202953.
HSL color Cylindrical-coordinate representation of color #095B12: hue angle of 126.59º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B12 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 18 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.64 |
| HSL | 126.59º | 0.82% | 0.2% | - |
| HSV(B) | 126.59º | 0.9% | 0.36% | - |
| XYZ | 3.96 | 7.58 | 1.83 | - |
| YUV | 58.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 18 | 0.90 | 0 | 0.80 | 0.64 | 126.59 | 0.82 | 0.2 |
| Hex | 9 | 5B | 12 | 5A | 0 | 50 | 40 | 7F | 52 | 14 |
| Octal | 11 | 133 | 22 | 132 | 0 | 120 | 100 | 177 | 122 | 24 |
| Binary | 1001 | 1011011 | 10010 | 1011010 | 0 | 1010000 | 1000000 | 1111111 | 1010010 | 10100 |
Color Harmonies of #095B12
Complementary color
Monochromatic Colors of #095B12
Black with #095B12
Text Example
Text Example
White with #095B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B12; }
p { color: rgb(9,91,18); }
H1.HeaderClassName
{
color: #095B12;
}
.AnyTagClassName
{
color: #095B12;
}
</style>
background-color css
<style>
a { background-color: #095B12; }
a { background-color: rgb(9,91,18); }
div.DivClassName
{
background-color: #095B12;
}
.BgClassName
{
background-color: #095B12;
}
</style>
border-color css
<style>
span { border-color: #095B12; }
span { border-color: rgb(9,91,18); }
td.TdClassName
{
border-color: #095B12;
}
.TagClassName
{
border-color: #095B12;
}
</style>