Shades of Myrtle #073207
Tints of Myrtle #073207
RGB
CMYK
RGB Variations
Color information
#073207 (or 0x073207) is known color: Myrtle. HEX triplet: 07, 32 and 07. RGB value is (7,50,7). Sum of RGB (Red+Green+Blue) = 7+50+7=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #073207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073207 is #F8CDF8. Grayscale: #202020. Windows color (decimal): -16305657 or 471559. OLE color: 471559.
HSL color Cylindrical-coordinate representation of color #073207: hue angle of 120º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073207 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 50 | 7 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.80 |
| HSL | 120º | 0.75% | 0.11% | - |
| HSV(B) | 120º | 0.86% | 0.2% | - |
| XYZ | 1.27 | 2.34 | 0.59 | - |
| YUV | 32.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 7 | 0.86 | 0 | 0.86 | 0.80 | 120 | 0.75 | 0.11 |
| Hex | 7 | 32 | 7 | 56 | 0 | 56 | 50 | 78 | 4B | B |
| Octal | 7 | 62 | 7 | 126 | 0 | 126 | 120 | 170 | 113 | 13 |
| Binary | 111 | 110010 | 111 | 1010110 | 0 | 1010110 | 1010000 | 1111000 | 1001011 | 1011 |
Color Harmonies of #073207
Complementary color
Monochromatic Colors of #073207
Black with #073207
Text Example
Text Example
White with #073207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073207; }
p { color: rgb(7,50,7); }
H1.HeaderClassName
{
color: #073207;
}
.AnyTagClassName
{
color: #073207;
}
</style>
background-color css
<style>
a { background-color: #073207; }
a { background-color: rgb(7,50,7); }
div.DivClassName
{
background-color: #073207;
}
.BgClassName
{
background-color: #073207;
}
</style>
border-color css
<style>
span { border-color: #073207; }
span { border-color: rgb(7,50,7); }
td.TdClassName
{
border-color: #073207;
}
.TagClassName
{
border-color: #073207;
}
</style>