Shades of Myrtle #07550C
Tints of Myrtle #07550C
RGB
CMYK
RGB Variations
Color information
#07550C (or 0x07550C) is known color: Myrtle. HEX triplet: 07, 55 and 0C. RGB value is (7,85,12). Sum of RGB (Red+Green+Blue) = 7+85+12=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #07550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07550C is #F8AAF3. Grayscale: #353535. Windows color (decimal): -16296692 or 808199. OLE color: 808199.
HSL color Cylindrical-coordinate representation of color #07550C: hue angle of 123.85º degrees, saturation: 0.85, 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 #07550C is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 12 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.67 |
| HSL | 123.85º | 0.85% | 0.18% | - |
| HSV(B) | 123.85º | 0.92% | 0.33% | - |
| XYZ | 3.4 | 6.57 | 1.44 | - |
| YUV | 53.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 12 | 0.92 | 0 | 0.86 | 0.67 | 123.85 | 0.85 | 0.18 |
| Hex | 7 | 55 | C | 5C | 0 | 56 | 43 | 7C | 55 | 12 |
| Octal | 7 | 125 | 14 | 134 | 0 | 126 | 103 | 174 | 125 | 22 |
| Binary | 111 | 1010101 | 1100 | 1011100 | 0 | 1010110 | 1000011 | 1111100 | 1010101 | 10010 |
Color Harmonies of #07550C
Complementary color
Monochromatic Colors of #07550C
Black with #07550C
Text Example
Text Example
White with #07550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07550C; }
p { color: rgb(7,85,12); }
H1.HeaderClassName
{
color: #07550C;
}
.AnyTagClassName
{
color: #07550C;
}
</style>
background-color css
<style>
a { background-color: #07550C; }
a { background-color: rgb(7,85,12); }
div.DivClassName
{
background-color: #07550C;
}
.BgClassName
{
background-color: #07550C;
}
</style>
border-color css
<style>
span { border-color: #07550C; }
span { border-color: rgb(7,85,12); }
td.TdClassName
{
border-color: #07550C;
}
.TagClassName
{
border-color: #07550C;
}
</style>