Shades of Myrtle #075308
Tints of Myrtle #075308
RGB
CMYK
RGB Variations
Color information
#075308 (or 0x075308) is known color: Myrtle. HEX triplet: 07, 53 and 08. RGB value is (7,83,8). Sum of RGB (Red+Green+Blue) = 7+83+8=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 83 (32.81% from 255 or 84.69% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 83 - color contains mainly: green. Hex color #075308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075308 is #F8ACF7. Grayscale: #333333. Windows color (decimal): -16297208 or 545543. OLE color: 545543.
HSL color Cylindrical-coordinate representation of color #075308: hue angle of 120.79º 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 #075308 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 83 | 8 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.67 |
| HSL | 120.79º | 0.84% | 0.18% | - |
| HSV(B) | 120.79º | 0.92% | 0.33% | - |
| XYZ | 3.22 | 6.25 | 1.27 | - |
| YUV | 51.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 8 | 0.92 | 0 | 0.90 | 0.67 | 120.79 | 0.84 | 0.18 |
| Hex | 7 | 53 | 8 | 5C | 0 | 5A | 43 | 79 | 54 | 12 |
| Octal | 7 | 123 | 10 | 134 | 0 | 132 | 103 | 171 | 124 | 22 |
| Binary | 111 | 1010011 | 1000 | 1011100 | 0 | 1011010 | 1000011 | 1111001 | 1010100 | 10010 |
Color Harmonies of #075308
Complementary color
Monochromatic Colors of #075308
Black with #075308
Text Example
Text Example
White with #075308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075308; }
p { color: rgb(7,83,8); }
H1.HeaderClassName
{
color: #075308;
}
.AnyTagClassName
{
color: #075308;
}
</style>
background-color css
<style>
a { background-color: #075308; }
a { background-color: rgb(7,83,8); }
div.DivClassName
{
background-color: #075308;
}
.BgClassName
{
background-color: #075308;
}
</style>
border-color css
<style>
span { border-color: #075308; }
span { border-color: rgb(7,83,8); }
td.TdClassName
{
border-color: #075308;
}
.TagClassName
{
border-color: #075308;
}
</style>