Shades of Myrtle #07530B
Tints of Myrtle #07530B
RGB
CMYK
RGB Variations
Color information
#07530B (or 0x07530B) is known color: Myrtle. HEX triplet: 07, 53 and 0B. RGB value is (7,83,11). Sum of RGB (Red+Green+Blue) = 7+83+11=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #07530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07530B is #F8ACF4. Grayscale: #343434. Windows color (decimal): -16297205 or 742151. OLE color: 742151.
HSL color Cylindrical-coordinate representation of color #07530B: hue angle of 123.16º 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 #07530B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 11 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.67 |
| HSL | 123.16º | 0.84% | 0.18% | - |
| HSV(B) | 123.16º | 0.92% | 0.33% | - |
| XYZ | 3.24 | 6.26 | 1.35 | - |
| YUV | 52.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 11 | 0.92 | 0 | 0.87 | 0.67 | 123.16 | 0.84 | 0.18 |
| Hex | 7 | 53 | B | 5C | 0 | 57 | 43 | 7B | 54 | 12 |
| Octal | 7 | 123 | 13 | 134 | 0 | 127 | 103 | 173 | 124 | 22 |
| Binary | 111 | 1010011 | 1011 | 1011100 | 0 | 1010111 | 1000011 | 1111011 | 1010100 | 10010 |
Color Harmonies of #07530B
Complementary color
Monochromatic Colors of #07530B
Black with #07530B
Text Example
Text Example
White with #07530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07530B; }
p { color: rgb(7,83,11); }
H1.HeaderClassName
{
color: #07530B;
}
.AnyTagClassName
{
color: #07530B;
}
</style>
background-color css
<style>
a { background-color: #07530B; }
a { background-color: rgb(7,83,11); }
div.DivClassName
{
background-color: #07530B;
}
.BgClassName
{
background-color: #07530B;
}
</style>
border-color css
<style>
span { border-color: #07530B; }
span { border-color: rgb(7,83,11); }
td.TdClassName
{
border-color: #07530B;
}
.TagClassName
{
border-color: #07530B;
}
</style>