Shades of Myrtle #075401
Tints of Myrtle #075401
RGB
CMYK
RGB Variations
Color information
#075401 (or 0x075401) is known color: Myrtle. HEX triplet: 07, 54 and 01. RGB value is (7,84,1). Sum of RGB (Red+Green+Blue) = 7+84+1=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 84 (33.20% from 255 or 91.30% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 84 - color contains mainly: green. Hex color #075401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075401 is #F8ABFE. Grayscale: #333333. Windows color (decimal): -16296959 or 87047. OLE color: 87047.
HSL color Cylindrical-coordinate representation of color #075401: hue angle of 115.66º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #075401 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 84 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.67 |
| HSL | 115.66º | 0.98% | 0.17% | - |
| HSV(B) | 115.66º | 0.99% | 0.33% | - |
| XYZ | 3.26 | 6.39 | 1.09 | - |
| YUV | 51.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 1 | 0.92 | 0 | 0.99 | 0.67 | 115.66 | 0.98 | 0.17 |
| Hex | 7 | 54 | 1 | 5C | 0 | 63 | 43 | 74 | 62 | 11 |
| Octal | 7 | 124 | 1 | 134 | 0 | 143 | 103 | 164 | 142 | 21 |
| Binary | 111 | 1010100 | 1 | 1011100 | 0 | 1100011 | 1000011 | 1110100 | 1100010 | 10001 |
Color Harmonies of #075401
Complementary color
Monochromatic Colors of #075401
Black with #075401
Text Example
Text Example
White with #075401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075401; }
p { color: rgb(7,84,1); }
H1.HeaderClassName
{
color: #075401;
}
.AnyTagClassName
{
color: #075401;
}
</style>
background-color css
<style>
a { background-color: #075401; }
a { background-color: rgb(7,84,1); }
div.DivClassName
{
background-color: #075401;
}
.BgClassName
{
background-color: #075401;
}
</style>
border-color css
<style>
span { border-color: #075401; }
span { border-color: rgb(7,84,1); }
td.TdClassName
{
border-color: #075401;
}
.TagClassName
{
border-color: #075401;
}
</style>