Shades of Myrtle #07510A
Tints of Myrtle #07510A
RGB
CMYK
RGB Variations
Color information
#07510A (or 0x07510A) is known color: Myrtle. HEX triplet: 07, 51 and 0A. RGB value is (7,81,10). Sum of RGB (Red+Green+Blue) = 7+81+10=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 81 (32.03% from 255 or 82.65% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 81 - color contains mainly: green. Hex color #07510A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07510A is #F8AEF5. Grayscale: #323232. Windows color (decimal): -16297718 or 676103. OLE color: 676103.
HSL color Cylindrical-coordinate representation of color #07510A: hue angle of 122.43º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07510A is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 81 | 10 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.68 |
| HSL | 122.43º | 0.84% | 0.17% | - |
| HSV(B) | 122.43º | 0.91% | 0.32% | - |
| XYZ | 3.08 | 5.95 | 1.27 | - |
| YUV | 50.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 10 | 0.91 | 0 | 0.88 | 0.68 | 122.43 | 0.84 | 0.17 |
| Hex | 7 | 51 | A | 5B | 0 | 58 | 44 | 7A | 54 | 11 |
| Octal | 7 | 121 | 12 | 133 | 0 | 130 | 104 | 172 | 124 | 21 |
| Binary | 111 | 1010001 | 1010 | 1011011 | 0 | 1011000 | 1000100 | 1111010 | 1010100 | 10001 |
Color Harmonies of #07510A
Complementary color
Monochromatic Colors of #07510A
Black with #07510A
Text Example
Text Example
White with #07510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07510A; }
p { color: rgb(7,81,10); }
H1.HeaderClassName
{
color: #07510A;
}
.AnyTagClassName
{
color: #07510A;
}
</style>
background-color css
<style>
a { background-color: #07510A; }
a { background-color: rgb(7,81,10); }
div.DivClassName
{
background-color: #07510A;
}
.BgClassName
{
background-color: #07510A;
}
</style>
border-color css
<style>
span { border-color: #07510A; }
span { border-color: rgb(7,81,10); }
td.TdClassName
{
border-color: #07510A;
}
.TagClassName
{
border-color: #07510A;
}
</style>