Shades of Myrtle #075400
Tints of Myrtle #075400
RGB
CMYK
RGB Variations
Color information
#075400 (or 0x075400) is known color: Myrtle. HEX triplet: 07, 54 and 00. RGB value is (7,84,0). Sum of RGB (Red+Green+Blue) = 7+84+0=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 84 (33.20% from 255 or 92.31% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 84 - color contains mainly: green. Hex color #075400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075400 is #F8ABFF. Grayscale: #333333. Windows color (decimal): -16296960 or 21511. OLE color: 21511.
HSL color Cylindrical-coordinate representation of color #075400: hue angle of 115º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #075400 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 84 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.67 |
| HSL | 115º | 1% | 0.16% | - |
| HSV(B) | 115º | 1% | 0.33% | - |
| XYZ | 3.26 | 6.39 | 1.06 | - |
| YUV | 51.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 0 | 0.92 | 0 | 1 | 0.67 | 115 | 1 | 0.16 |
| Hex | 7 | 54 | 0 | 5C | 0 | 64 | 43 | 73 | 64 | 10 |
| Octal | 7 | 124 | 0 | 134 | 0 | 144 | 103 | 163 | 144 | 20 |
| Binary | 111 | 1010100 | 0 | 1011100 | 0 | 1100100 | 1000011 | 1110011 | 1100100 | 10000 |
Color Harmonies of #075400
Complementary color
Monochromatic Colors of #075400
Black with #075400
Text Example
Text Example
White with #075400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075400; }
p { color: rgb(7,84,0); }
H1.HeaderClassName
{
color: #075400;
}
.AnyTagClassName
{
color: #075400;
}
</style>
background-color css
<style>
a { background-color: #075400; }
a { background-color: rgb(7,84,0); }
div.DivClassName
{
background-color: #075400;
}
.BgClassName
{
background-color: #075400;
}
</style>
border-color css
<style>
span { border-color: #075400; }
span { border-color: rgb(7,84,0); }
td.TdClassName
{
border-color: #075400;
}
.TagClassName
{
border-color: #075400;
}
</style>