Shades of Myrtle #095A0C
Tints of Myrtle #095A0C
RGB
CMYK
RGB Variations
Color information
#095A0C (or 0x095A0C) is known color: Myrtle. HEX triplet: 09, 5A and 0C. RGB value is (9,90,12). Sum of RGB (Red+Green+Blue) = 9+90+12=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 90 (35.55% from 255 or 81.08% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 90 - color contains mainly: green. Hex color #095A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A0C is #F6A5F3. Grayscale: #393939. Windows color (decimal): -16164340 or 809481. OLE color: 809481.
HSL color Cylindrical-coordinate representation of color #095A0C: hue angle of 122.22º 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 #095A0C is Cyan = 0.9, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 12 | - |
| CMYK | 0.9 | 0 | 0.87 | 0.65 |
| HSL | 122.22º | 0.82% | 0.19% | - |
| HSV(B) | 122.22º | 0.9% | 0.35% | - |
| XYZ | 3.84 | 7.4 | 1.57 | - |
| YUV | 56.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 12 | 0.9 | 0 | 0.87 | 0.65 | 122.22 | 0.82 | 0.19 |
| Hex | 9 | 5A | C | 5A | 0 | 57 | 41 | 7A | 52 | 13 |
| Octal | 11 | 132 | 14 | 132 | 0 | 127 | 101 | 172 | 122 | 23 |
| Binary | 1001 | 1011010 | 1100 | 1011010 | 0 | 1010111 | 1000001 | 1111010 | 1010010 | 10011 |
Color Harmonies of #095A0C
Complementary color
Monochromatic Colors of #095A0C
Black with #095A0C
Text Example
Text Example
White with #095A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A0C; }
p { color: rgb(9,90,12); }
H1.HeaderClassName
{
color: #095A0C;
}
.AnyTagClassName
{
color: #095A0C;
}
</style>
background-color css
<style>
a { background-color: #095A0C; }
a { background-color: rgb(9,90,12); }
div.DivClassName
{
background-color: #095A0C;
}
.BgClassName
{
background-color: #095A0C;
}
</style>
border-color css
<style>
span { border-color: #095A0C; }
span { border-color: rgb(9,90,12); }
td.TdClassName
{
border-color: #095A0C;
}
.TagClassName
{
border-color: #095A0C;
}
</style>