Shades of Myrtle #075811
Tints of Myrtle #075811
RGB
CMYK
RGB Variations
Color information
#075811 (or 0x075811) is known color: Myrtle. HEX triplet: 07, 58 and 11. RGB value is (7,88,17). Sum of RGB (Red+Green+Blue) = 7+88+17=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #075811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075811 is #F8A7EE. Grayscale: #373737. Windows color (decimal): -16295919 or 1136647. OLE color: 1136647.
HSL color Cylindrical-coordinate representation of color #075811: hue angle of 127.41º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075811 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 17 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.65 |
| HSL | 127.41º | 0.85% | 0.19% | - |
| HSV(B) | 127.41º | 0.92% | 0.35% | - |
| XYZ | 3.68 | 7.07 | 1.7 | - |
| YUV | 55.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 17 | 0.92 | 0 | 0.81 | 0.65 | 127.41 | 0.85 | 0.19 |
| Hex | 7 | 58 | 11 | 5C | 0 | 51 | 41 | 7F | 55 | 13 |
| Octal | 7 | 130 | 21 | 134 | 0 | 121 | 101 | 177 | 125 | 23 |
| Binary | 111 | 1011000 | 10001 | 1011100 | 0 | 1010001 | 1000001 | 1111111 | 1010101 | 10011 |
Color Harmonies of #075811
Complementary color
Monochromatic Colors of #075811
Black with #075811
Text Example
Text Example
White with #075811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075811; }
p { color: rgb(7,88,17); }
H1.HeaderClassName
{
color: #075811;
}
.AnyTagClassName
{
color: #075811;
}
</style>
background-color css
<style>
a { background-color: #075811; }
a { background-color: rgb(7,88,17); }
div.DivClassName
{
background-color: #075811;
}
.BgClassName
{
background-color: #075811;
}
</style>
border-color css
<style>
span { border-color: #075811; }
span { border-color: rgb(7,88,17); }
td.TdClassName
{
border-color: #075811;
}
.TagClassName
{
border-color: #075811;
}
</style>