Shades of Myrtle #094C01
Tints of Myrtle #094C01
RGB
CMYK
RGB Variations
Color information
#094C01 (or 0x094C01) is known color: Myrtle. HEX triplet: 09, 4C and 01. RGB value is (9,76,1). Sum of RGB (Red+Green+Blue) = 9+76+1=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 76 (30.08% from 255 or 88.37% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 76 - color contains mainly: green. Hex color #094C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094C01 is #F6B3FE. Grayscale: #2F2F2F. Windows color (decimal): -16167935 or 85001. OLE color: 85001.
HSL color Cylindrical-coordinate representation of color #094C01: hue angle of 113.6º 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 #094C01 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 76 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.70 |
| HSL | 113.6º | 0.97% | 0.15% | - |
| HSV(B) | 113.6º | 0.99% | 0.3% | - |
| XYZ | 2.7 | 5.23 | 0.9 | - |
| YUV | 47.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 1 | 0.88 | 0 | 0.99 | 0.70 | 113.6 | 0.97 | 0.15 |
| Hex | 9 | 4C | 1 | 58 | 0 | 63 | 46 | 72 | 61 | F |
| Octal | 11 | 114 | 1 | 130 | 0 | 143 | 106 | 162 | 141 | 17 |
| Binary | 1001 | 1001100 | 1 | 1011000 | 0 | 1100011 | 1000110 | 1110010 | 1100001 | 1111 |
Color Harmonies of #094C01
Complementary color
Monochromatic Colors of #094C01
Black with #094C01
Text Example
Text Example
White with #094C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C01; }
p { color: rgb(9,76,1); }
H1.HeaderClassName
{
color: #094C01;
}
.AnyTagClassName
{
color: #094C01;
}
</style>
background-color css
<style>
a { background-color: #094C01; }
a { background-color: rgb(9,76,1); }
div.DivClassName
{
background-color: #094C01;
}
.BgClassName
{
background-color: #094C01;
}
</style>
border-color css
<style>
span { border-color: #094C01; }
span { border-color: rgb(9,76,1); }
td.TdClassName
{
border-color: #094C01;
}
.TagClassName
{
border-color: #094C01;
}
</style>