Shades of Myrtle #095503
Tints of Myrtle #095503
RGB
CMYK
RGB Variations
Color information
#095503 (or 0x095503) is known color: Myrtle. HEX triplet: 09, 55 and 03. RGB value is (9,85,3). Sum of RGB (Red+Green+Blue) = 9+85+3=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 85 (33.59% from 255 or 87.63% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 85 - color contains mainly: green. Hex color #095503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095503 is #F6AAFC. Grayscale: #353535. Windows color (decimal): -16165629 or 218377. OLE color: 218377.
HSL color Cylindrical-coordinate representation of color #095503: hue angle of 115.61º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095503 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 3 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.67 |
| HSL | 115.61º | 0.93% | 0.17% | - |
| HSV(B) | 115.61º | 0.96% | 0.33% | - |
| XYZ | 3.38 | 6.56 | 1.17 | - |
| YUV | 52.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 3 | 0.89 | 0 | 0.96 | 0.67 | 115.61 | 0.93 | 0.17 |
| Hex | 9 | 55 | 3 | 59 | 0 | 60 | 43 | 74 | 5D | 11 |
| Octal | 11 | 125 | 3 | 131 | 0 | 140 | 103 | 164 | 135 | 21 |
| Binary | 1001 | 1010101 | 11 | 1011001 | 0 | 1100000 | 1000011 | 1110100 | 1011101 | 10001 |
Color Harmonies of #095503
Complementary color
Monochromatic Colors of #095503
Black with #095503
Text Example
Text Example
White with #095503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095503; }
p { color: rgb(9,85,3); }
H1.HeaderClassName
{
color: #095503;
}
.AnyTagClassName
{
color: #095503;
}
</style>
background-color css
<style>
a { background-color: #095503; }
a { background-color: rgb(9,85,3); }
div.DivClassName
{
background-color: #095503;
}
.BgClassName
{
background-color: #095503;
}
</style>
border-color css
<style>
span { border-color: #095503; }
span { border-color: rgb(9,85,3); }
td.TdClassName
{
border-color: #095503;
}
.TagClassName
{
border-color: #095503;
}
</style>