Shades of Myrtle #075205
Tints of Myrtle #075205
RGB
CMYK
RGB Variations
Color information
#075205 (or 0x075205) is known color: Myrtle. HEX triplet: 07, 52 and 05. RGB value is (7,82,5). Sum of RGB (Red+Green+Blue) = 7+82+5=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 82 (32.42% from 255 or 87.23% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 82 - color contains mainly: green. Hex color #075205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075205 is #F8ADFA. Grayscale: #333333. Windows color (decimal): -16297467 or 348679. OLE color: 348679.
HSL color Cylindrical-coordinate representation of color #075205: hue angle of 118.44º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075205 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 82 | 5 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.68 |
| HSL | 118.44º | 0.89% | 0.17% | - |
| HSV(B) | 118.44º | 0.94% | 0.32% | - |
| XYZ | 3.13 | 6.09 | 1.15 | - |
| YUV | 50.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 5 | 0.91 | 0 | 0.94 | 0.68 | 118.44 | 0.89 | 0.17 |
| Hex | 7 | 52 | 5 | 5B | 0 | 5E | 44 | 76 | 59 | 11 |
| Octal | 7 | 122 | 5 | 133 | 0 | 136 | 104 | 166 | 131 | 21 |
| Binary | 111 | 1010010 | 101 | 1011011 | 0 | 1011110 | 1000100 | 1110110 | 1011001 | 10001 |
Color Harmonies of #075205
Complementary color
Monochromatic Colors of #075205
Black with #075205
Text Example
Text Example
White with #075205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075205; }
p { color: rgb(7,82,5); }
H1.HeaderClassName
{
color: #075205;
}
.AnyTagClassName
{
color: #075205;
}
</style>
background-color css
<style>
a { background-color: #075205; }
a { background-color: rgb(7,82,5); }
div.DivClassName
{
background-color: #075205;
}
.BgClassName
{
background-color: #075205;
}
</style>
border-color css
<style>
span { border-color: #075205; }
span { border-color: rgb(7,82,5); }
td.TdClassName
{
border-color: #075205;
}
.TagClassName
{
border-color: #075205;
}
</style>