Shades of Myrtle #095A10
Tints of Myrtle #095A10
RGB
CMYK
RGB Variations
Color information
#095A10 (or 0x095A10) is known color: Myrtle. HEX triplet: 09, 5A and 10. RGB value is (9,90,16). Sum of RGB (Red+Green+Blue) = 9+90+16=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #095A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A10 is #F6A5EF. Grayscale: #393939. Windows color (decimal): -16164336 or 1071625. OLE color: 1071625.
HSL color Cylindrical-coordinate representation of color #095A10: hue angle of 125.19º 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 #095A10 is Cyan = 0.9, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 16 | - |
| CMYK | 0.9 | 0 | 0.82 | 0.65 |
| HSL | 125.19º | 0.82% | 0.19% | - |
| HSV(B) | 125.19º | 0.9% | 0.35% | - |
| XYZ | 3.86 | 7.41 | 1.72 | - |
| YUV | 57.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 16 | 0.9 | 0 | 0.82 | 0.65 | 125.19 | 0.82 | 0.19 |
| Hex | 9 | 5A | 10 | 5A | 0 | 52 | 41 | 7D | 52 | 13 |
| Octal | 11 | 132 | 20 | 132 | 0 | 122 | 101 | 175 | 122 | 23 |
| Binary | 1001 | 1011010 | 10000 | 1011010 | 0 | 1010010 | 1000001 | 1111101 | 1010010 | 10011 |
Color Harmonies of #095A10
Complementary color
Monochromatic Colors of #095A10
Black with #095A10
Text Example
Text Example
White with #095A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A10; }
p { color: rgb(9,90,16); }
H1.HeaderClassName
{
color: #095A10;
}
.AnyTagClassName
{
color: #095A10;
}
</style>
background-color css
<style>
a { background-color: #095A10; }
a { background-color: rgb(9,90,16); }
div.DivClassName
{
background-color: #095A10;
}
.BgClassName
{
background-color: #095A10;
}
</style>
border-color css
<style>
span { border-color: #095A10; }
span { border-color: rgb(9,90,16); }
td.TdClassName
{
border-color: #095A10;
}
.TagClassName
{
border-color: #095A10;
}
</style>