Shades of Myrtle #07550F
Tints of Myrtle #07550F
RGB
CMYK
RGB Variations
Color information
#07550F (or 0x07550F) is known color: Myrtle. HEX triplet: 07, 55 and 0F. RGB value is (7,85,15). Sum of RGB (Red+Green+Blue) = 7+85+15=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #07550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07550F is #F8AAF0. Grayscale: #353535. Windows color (decimal): -16296689 or 1004807. OLE color: 1004807.
HSL color Cylindrical-coordinate representation of color #07550F: hue angle of 126.15º 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 #07550F is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 15 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.67 |
| HSL | 126.15º | 0.85% | 0.18% | - |
| HSV(B) | 126.15º | 0.92% | 0.33% | - |
| XYZ | 3.42 | 6.58 | 1.54 | - |
| YUV | 53.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 15 | 0.92 | 0 | 0.82 | 0.67 | 126.15 | 0.85 | 0.18 |
| Hex | 7 | 55 | F | 5C | 0 | 52 | 43 | 7E | 55 | 12 |
| Octal | 7 | 125 | 17 | 134 | 0 | 122 | 103 | 176 | 125 | 22 |
| Binary | 111 | 1010101 | 1111 | 1011100 | 0 | 1010010 | 1000011 | 1111110 | 1010101 | 10010 |
Color Harmonies of #07550F
Complementary color
Monochromatic Colors of #07550F
Black with #07550F
Text Example
Text Example
White with #07550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07550F; }
p { color: rgb(7,85,15); }
H1.HeaderClassName
{
color: #07550F;
}
.AnyTagClassName
{
color: #07550F;
}
</style>
background-color css
<style>
a { background-color: #07550F; }
a { background-color: rgb(7,85,15); }
div.DivClassName
{
background-color: #07550F;
}
.BgClassName
{
background-color: #07550F;
}
</style>
border-color css
<style>
span { border-color: #07550F; }
span { border-color: rgb(7,85,15); }
td.TdClassName
{
border-color: #07550F;
}
.TagClassName
{
border-color: #07550F;
}
</style>