Shades of Myrtle #074103
Tints of Myrtle #074103
RGB
CMYK
RGB Variations
Color information
#074103 (or 0x074103) is known color: Myrtle. HEX triplet: 07, 41 and 03. RGB value is (7,65,3). Sum of RGB (Red+Green+Blue) = 7+65+3=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 65 (25.78% from 255 or 86.67% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 65 - color contains mainly: green. Hex color #074103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074103 is #F8BEFC. Grayscale: #282828. Windows color (decimal): -16301821 or 213255. OLE color: 213255.
HSL color Cylindrical-coordinate representation of color #074103: hue angle of 116.13º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074103 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 3 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.75 |
| HSL | 116.13º | 0.91% | 0.13% | - |
| HSV(B) | 116.13º | 0.95% | 0.25% | - |
| XYZ | 1.99 | 3.83 | 0.72 | - |
| YUV | 40.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 3 | 0.89 | 0 | 0.95 | 0.75 | 116.13 | 0.91 | 0.13 |
| Hex | 7 | 41 | 3 | 59 | 0 | 5F | 4B | 74 | 5B | D |
| Octal | 7 | 101 | 3 | 131 | 0 | 137 | 113 | 164 | 133 | 15 |
| Binary | 111 | 1000001 | 11 | 1011001 | 0 | 1011111 | 1001011 | 1110100 | 1011011 | 1101 |
Color Harmonies of #074103
Complementary color
Monochromatic Colors of #074103
Black with #074103
Text Example
Text Example
White with #074103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074103; }
p { color: rgb(7,65,3); }
H1.HeaderClassName
{
color: #074103;
}
.AnyTagClassName
{
color: #074103;
}
</style>
background-color css
<style>
a { background-color: #074103; }
a { background-color: rgb(7,65,3); }
div.DivClassName
{
background-color: #074103;
}
.BgClassName
{
background-color: #074103;
}
</style>
border-color css
<style>
span { border-color: #074103; }
span { border-color: rgb(7,65,3); }
td.TdClassName
{
border-color: #074103;
}
.TagClassName
{
border-color: #074103;
}
</style>