Shades of Myrtle #074603
Tints of Myrtle #074603
RGB
CMYK
RGB Variations
Color information
#074603 (or 0x074603) is known color: Myrtle. HEX triplet: 07, 46 and 03. RGB value is (7,70,3). Sum of RGB (Red+Green+Blue) = 7+70+3=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 70 (27.73% from 255 or 87.5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 70 - color contains mainly: green. Hex color #074603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074603 is #F8B9FC. Grayscale: #2B2B2B. Windows color (decimal): -16300541 or 214535. OLE color: 214535.
HSL color Cylindrical-coordinate representation of color #074603: hue angle of 116.42º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074603 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 70 | 3 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.73 |
| HSL | 116.42º | 0.92% | 0.14% | - |
| HSV(B) | 116.42º | 0.96% | 0.27% | - |
| XYZ | 2.29 | 4.43 | 0.82 | - |
| YUV | 43.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 3 | 0.90 | 0 | 0.96 | 0.73 | 116.42 | 0.92 | 0.14 |
| Hex | 7 | 46 | 3 | 5A | 0 | 60 | 49 | 74 | 5C | E |
| Octal | 7 | 106 | 3 | 132 | 0 | 140 | 111 | 164 | 134 | 16 |
| Binary | 111 | 1000110 | 11 | 1011010 | 0 | 1100000 | 1001001 | 1110100 | 1011100 | 1110 |
Color Harmonies of #074603
Complementary color
Monochromatic Colors of #074603
Black with #074603
Text Example
Text Example
White with #074603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074603; }
p { color: rgb(7,70,3); }
H1.HeaderClassName
{
color: #074603;
}
.AnyTagClassName
{
color: #074603;
}
</style>
background-color css
<style>
a { background-color: #074603; }
a { background-color: rgb(7,70,3); }
div.DivClassName
{
background-color: #074603;
}
.BgClassName
{
background-color: #074603;
}
</style>
border-color css
<style>
span { border-color: #074603; }
span { border-color: rgb(7,70,3); }
td.TdClassName
{
border-color: #074603;
}
.TagClassName
{
border-color: #074603;
}
</style>