Shades of Myrtle #095501
Tints of Myrtle #095501
RGB
CMYK
RGB Variations
Color information
#095501 (or 0x095501) is known color: Myrtle. HEX triplet: 09, 55 and 01. RGB value is (9,85,1). Sum of RGB (Red+Green+Blue) = 9+85+1=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 85 (33.59% from 255 or 89.47% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 85 - color contains mainly: green. Hex color #095501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095501 is #F6AAFE. Grayscale: #343434. Windows color (decimal): -16165631 or 87305. OLE color: 87305.
HSL color Cylindrical-coordinate representation of color #095501: hue angle of 114.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #095501 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.67 |
| HSL | 114.29º | 0.98% | 0.17% | - |
| HSV(B) | 114.29º | 0.99% | 0.33% | - |
| XYZ | 3.37 | 6.56 | 1.12 | - |
| YUV | 52.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 1 | 0.89 | 0 | 0.99 | 0.67 | 114.29 | 0.98 | 0.17 |
| Hex | 9 | 55 | 1 | 59 | 0 | 63 | 43 | 72 | 62 | 11 |
| Octal | 11 | 125 | 1 | 131 | 0 | 143 | 103 | 162 | 142 | 21 |
| Binary | 1001 | 1010101 | 1 | 1011001 | 0 | 1100011 | 1000011 | 1110010 | 1100010 | 10001 |
Color Harmonies of #095501
Complementary color
Monochromatic Colors of #095501
Black with #095501
Text Example
Text Example
White with #095501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095501; }
p { color: rgb(9,85,1); }
H1.HeaderClassName
{
color: #095501;
}
.AnyTagClassName
{
color: #095501;
}
</style>
background-color css
<style>
a { background-color: #095501; }
a { background-color: rgb(9,85,1); }
div.DivClassName
{
background-color: #095501;
}
.BgClassName
{
background-color: #095501;
}
</style>
border-color css
<style>
span { border-color: #095501; }
span { border-color: rgb(9,85,1); }
td.TdClassName
{
border-color: #095501;
}
.TagClassName
{
border-color: #095501;
}
</style>