Shades of Myrtle #094D01
Tints of Myrtle #094D01
RGB
CMYK
RGB Variations
Color information
#094D01 (or 0x094D01) is known color: Myrtle. HEX triplet: 09, 4D and 01. RGB value is (9,77,1). Sum of RGB (Red+Green+Blue) = 9+77+1=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 77 (30.47% from 255 or 88.51% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 77 - color contains mainly: green. Hex color #094D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D01 is #F6B2FE. Grayscale: #303030. Windows color (decimal): -16167679 or 85257. OLE color: 85257.
HSL color Cylindrical-coordinate representation of color #094D01: hue angle of 113.68º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #094D01 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.70 |
| HSL | 113.68º | 0.97% | 0.15% | - |
| HSV(B) | 113.68º | 0.99% | 0.3% | - |
| XYZ | 2.77 | 5.37 | 0.92 | - |
| YUV | 48 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 1 | 0.88 | 0 | 0.99 | 0.70 | 113.68 | 0.97 | 0.15 |
| Hex | 9 | 4D | 1 | 58 | 0 | 63 | 46 | 72 | 61 | F |
| Octal | 11 | 115 | 1 | 130 | 0 | 143 | 106 | 162 | 141 | 17 |
| Binary | 1001 | 1001101 | 1 | 1011000 | 0 | 1100011 | 1000110 | 1110010 | 1100001 | 1111 |
Color Harmonies of #094D01
Complementary color
Monochromatic Colors of #094D01
Black with #094D01
Text Example
Text Example
White with #094D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D01; }
p { color: rgb(9,77,1); }
H1.HeaderClassName
{
color: #094D01;
}
.AnyTagClassName
{
color: #094D01;
}
</style>
background-color css
<style>
a { background-color: #094D01; }
a { background-color: rgb(9,77,1); }
div.DivClassName
{
background-color: #094D01;
}
.BgClassName
{
background-color: #094D01;
}
</style>
border-color css
<style>
span { border-color: #094D01; }
span { border-color: rgb(9,77,1); }
td.TdClassName
{
border-color: #094D01;
}
.TagClassName
{
border-color: #094D01;
}
</style>