Shades of Myrtle #075500
Tints of Myrtle #075500
RGB
CMYK
RGB Variations
Color information
#075500 (or 0x075500) is known color: Myrtle. HEX triplet: 07, 55 and 00. RGB value is (7,85,0). Sum of RGB (Red+Green+Blue) = 7+85+0=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #075500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075500 is #F8AAFF. Grayscale: #343434. Windows color (decimal): -16296704 or 21767. OLE color: 21767.
HSL color Cylindrical-coordinate representation of color #075500: hue angle of 115.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #075500 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.67 |
| HSL | 115.06º | 1% | 0.17% | - |
| HSV(B) | 115.06º | 1% | 0.33% | - |
| XYZ | 3.34 | 6.54 | 1.09 | - |
| YUV | 51.99 | 98.66 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 0 | 0.92 | 0 | 1 | 0.67 | 115.06 | 1 | 0.17 |
| Hex | 7 | 55 | 0 | 5C | 0 | 64 | 43 | 73 | 64 | 11 |
| Octal | 7 | 125 | 0 | 134 | 0 | 144 | 103 | 163 | 144 | 21 |
| Binary | 111 | 1010101 | 0 | 1011100 | 0 | 1100100 | 1000011 | 1110011 | 1100100 | 10001 |
Color Harmonies of #075500
Complementary color
Monochromatic Colors of #075500
Black with #075500
Text Example
Text Example
White with #075500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075500; }
p { color: rgb(7,85,0); }
H1.HeaderClassName
{
color: #075500;
}
.AnyTagClassName
{
color: #075500;
}
</style>
background-color css
<style>
a { background-color: #075500; }
a { background-color: rgb(7,85,0); }
div.DivClassName
{
background-color: #075500;
}
.BgClassName
{
background-color: #075500;
}
</style>
border-color css
<style>
span { border-color: #075500; }
span { border-color: rgb(7,85,0); }
td.TdClassName
{
border-color: #075500;
}
.TagClassName
{
border-color: #075500;
}
</style>