Shades of Myrtle #094C02
Tints of Myrtle #094C02
RGB
CMYK
RGB Variations
Color information
#094C02 (or 0x094C02) is known color: Myrtle. HEX triplet: 09, 4C and 02. RGB value is (9,76,2). Sum of RGB (Red+Green+Blue) = 9+76+2=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 76 (30.08% from 255 or 87.36% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 76 - color contains mainly: green. Hex color #094C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094C02 is #F6B3FD. Grayscale: #2F2F2F. Windows color (decimal): -16167934 or 150537. OLE color: 150537.
HSL color Cylindrical-coordinate representation of color #094C02: hue angle of 114.32º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #094C02 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 76 | 2 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.70 |
| HSL | 114.32º | 0.95% | 0.15% | - |
| HSV(B) | 114.32º | 0.97% | 0.3% | - |
| XYZ | 2.71 | 5.23 | 0.92 | - |
| YUV | 47.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 2 | 0.88 | 0 | 0.97 | 0.70 | 114.32 | 0.95 | 0.15 |
| Hex | 9 | 4C | 2 | 58 | 0 | 61 | 46 | 72 | 5F | F |
| Octal | 11 | 114 | 2 | 130 | 0 | 141 | 106 | 162 | 137 | 17 |
| Binary | 1001 | 1001100 | 10 | 1011000 | 0 | 1100001 | 1000110 | 1110010 | 1011111 | 1111 |
Color Harmonies of #094C02
Complementary color
Monochromatic Colors of #094C02
Black with #094C02
Text Example
Text Example
White with #094C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C02; }
p { color: rgb(9,76,2); }
H1.HeaderClassName
{
color: #094C02;
}
.AnyTagClassName
{
color: #094C02;
}
</style>
background-color css
<style>
a { background-color: #094C02; }
a { background-color: rgb(9,76,2); }
div.DivClassName
{
background-color: #094C02;
}
.BgClassName
{
background-color: #094C02;
}
</style>
border-color css
<style>
span { border-color: #094C02; }
span { border-color: rgb(9,76,2); }
td.TdClassName
{
border-color: #094C02;
}
.TagClassName
{
border-color: #094C02;
}
</style>