Shades of Myrtle #07530E
Tints of Myrtle #07530E
RGB
CMYK
RGB Variations
Color information
#07530E (or 0x07530E) is known color: Myrtle. HEX triplet: 07, 53 and 0E. RGB value is (7,83,14). Sum of RGB (Red+Green+Blue) = 7+83+14=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #07530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07530E is #F8ACF1. Grayscale: #343434. Windows color (decimal): -16297202 or 938759. OLE color: 938759.
HSL color Cylindrical-coordinate representation of color #07530E: hue angle of 125.53º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07530E is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 14 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.67 |
| HSL | 125.53º | 0.84% | 0.18% | - |
| HSV(B) | 125.53º | 0.92% | 0.33% | - |
| XYZ | 3.26 | 6.26 | 1.45 | - |
| YUV | 52.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 14 | 0.92 | 0 | 0.83 | 0.67 | 125.53 | 0.84 | 0.18 |
| Hex | 7 | 53 | E | 5C | 0 | 53 | 43 | 7E | 54 | 12 |
| Octal | 7 | 123 | 16 | 134 | 0 | 123 | 103 | 176 | 124 | 22 |
| Binary | 111 | 1010011 | 1110 | 1011100 | 0 | 1010011 | 1000011 | 1111110 | 1010100 | 10010 |
Color Harmonies of #07530E
Complementary color
Monochromatic Colors of #07530E
Black with #07530E
Text Example
Text Example
White with #07530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07530E; }
p { color: rgb(7,83,14); }
H1.HeaderClassName
{
color: #07530E;
}
.AnyTagClassName
{
color: #07530E;
}
</style>
background-color css
<style>
a { background-color: #07530E; }
a { background-color: rgb(7,83,14); }
div.DivClassName
{
background-color: #07530E;
}
.BgClassName
{
background-color: #07530E;
}
</style>
border-color css
<style>
span { border-color: #07530E; }
span { border-color: rgb(7,83,14); }
td.TdClassName
{
border-color: #07530E;
}
.TagClassName
{
border-color: #07530E;
}
</style>