Shades of Myrtle #075012
Tints of Myrtle #075012
RGB
CMYK
RGB Variations
Color information
#075012 (or 0x075012) is known color: Myrtle. HEX triplet: 07, 50 and 12. RGB value is (7,80,18). Sum of RGB (Red+Green+Blue) = 7+80+18=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #075012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075012 is #F8AFED. Grayscale: #333333. Windows color (decimal): -16297966 or 1200135. OLE color: 1200135.
HSL color Cylindrical-coordinate representation of color #075012: hue angle of 129.04º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075012 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 80 | 18 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.69 |
| HSL | 129.04º | 0.84% | 0.17% | - |
| HSV(B) | 129.04º | 0.91% | 0.31% | - |
| XYZ | 3.07 | 5.83 | 1.54 | - |
| YUV | 51.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 18 | 0.91 | 0 | 0.78 | 0.69 | 129.04 | 0.84 | 0.17 |
| Hex | 7 | 50 | 12 | 5B | 0 | 4E | 45 | 81 | 54 | 11 |
| Octal | 7 | 120 | 22 | 133 | 0 | 116 | 105 | 201 | 124 | 21 |
| Binary | 111 | 1010000 | 10010 | 1011011 | 0 | 1001110 | 1000101 | 10000001 | 1010100 | 10001 |
Color Harmonies of #075012
Complementary color
Monochromatic Colors of #075012
Black with #075012
Text Example
Text Example
White with #075012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075012; }
p { color: rgb(7,80,18); }
H1.HeaderClassName
{
color: #075012;
}
.AnyTagClassName
{
color: #075012;
}
</style>
background-color css
<style>
a { background-color: #075012; }
a { background-color: rgb(7,80,18); }
div.DivClassName
{
background-color: #075012;
}
.BgClassName
{
background-color: #075012;
}
</style>
border-color css
<style>
span { border-color: #075012; }
span { border-color: rgb(7,80,18); }
td.TdClassName
{
border-color: #075012;
}
.TagClassName
{
border-color: #075012;
}
</style>