Shades of Myrtle #075501
Tints of Myrtle #075501
RGB
CMYK
RGB Variations
Color information
#075501 (or 0x075501) is known color: Myrtle. HEX triplet: 07, 55 and 01. RGB value is (7,85,1). Sum of RGB (Red+Green+Blue) = 7+85+1=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 85 (33.59% from 255 or 91.40% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 85 - color contains mainly: green. Hex color #075501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075501 is #F8AAFE. Grayscale: #343434. Windows color (decimal): -16296703 or 87303. OLE color: 87303.
HSL color Cylindrical-coordinate representation of color #075501: hue angle of 115.71º 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 #075501 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.67 |
| HSL | 115.71º | 0.98% | 0.17% | - |
| HSV(B) | 115.71º | 0.99% | 0.33% | - |
| XYZ | 3.34 | 6.54 | 1.12 | - |
| YUV | 52.1 | 99.16 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 1 | 0.92 | 0 | 0.99 | 0.67 | 115.71 | 0.98 | 0.17 |
| Hex | 7 | 55 | 1 | 5C | 0 | 63 | 43 | 74 | 62 | 11 |
| Octal | 7 | 125 | 1 | 134 | 0 | 143 | 103 | 164 | 142 | 21 |
| Binary | 111 | 1010101 | 1 | 1011100 | 0 | 1100011 | 1000011 | 1110100 | 1100010 | 10001 |
Color Harmonies of #075501
Complementary color
Monochromatic Colors of #075501
Black with #075501
Text Example
Text Example
White with #075501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075501; }
p { color: rgb(7,85,1); }
H1.HeaderClassName
{
color: #075501;
}
.AnyTagClassName
{
color: #075501;
}
</style>
background-color css
<style>
a { background-color: #075501; }
a { background-color: rgb(7,85,1); }
div.DivClassName
{
background-color: #075501;
}
.BgClassName
{
background-color: #075501;
}
</style>
border-color css
<style>
span { border-color: #075501; }
span { border-color: rgb(7,85,1); }
td.TdClassName
{
border-color: #075501;
}
.TagClassName
{
border-color: #075501;
}
</style>