Shades of Myrtle #094C07
Tints of Myrtle #094C07
RGB
CMYK
RGB Variations
Color information
#094C07 (or 0x094C07) is known color: Myrtle. HEX triplet: 09, 4C and 07. RGB value is (9,76,7). Sum of RGB (Red+Green+Blue) = 9+76+7=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 76 (30.08% from 255 or 82.61% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 76 - color contains mainly: green. Hex color #094C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094C07 is #F6B3F8. Grayscale: #303030. Windows color (decimal): -16167929 or 478217. OLE color: 478217.
HSL color Cylindrical-coordinate representation of color #094C07: hue angle of 118.26º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094C07 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 76 | 7 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.70 |
| HSL | 118.26º | 0.83% | 0.16% | - |
| HSV(B) | 118.26º | 0.91% | 0.3% | - |
| XYZ | 2.74 | 5.24 | 1.07 | - |
| YUV | 48.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 7 | 0.88 | 0 | 0.91 | 0.70 | 118.26 | 0.83 | 0.16 |
| Hex | 9 | 4C | 7 | 58 | 0 | 5B | 46 | 76 | 53 | 10 |
| Octal | 11 | 114 | 7 | 130 | 0 | 133 | 106 | 166 | 123 | 20 |
| Binary | 1001 | 1001100 | 111 | 1011000 | 0 | 1011011 | 1000110 | 1110110 | 1010011 | 10000 |
Color Harmonies of #094C07
Complementary color
Monochromatic Colors of #094C07
Black with #094C07
Text Example
Text Example
White with #094C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C07; }
p { color: rgb(9,76,7); }
H1.HeaderClassName
{
color: #094C07;
}
.AnyTagClassName
{
color: #094C07;
}
</style>
background-color css
<style>
a { background-color: #094C07; }
a { background-color: rgb(9,76,7); }
div.DivClassName
{
background-color: #094C07;
}
.BgClassName
{
background-color: #094C07;
}
</style>
border-color css
<style>
span { border-color: #094C07; }
span { border-color: rgb(9,76,7); }
td.TdClassName
{
border-color: #094C07;
}
.TagClassName
{
border-color: #094C07;
}
</style>