Shades of Myrtle #014C06
Tints of Myrtle #014C06
RGB
CMYK
RGB Variations
Color information
#014C06 (or 0x014C06) is known color: Myrtle. HEX triplet: 01, 4C and 06. RGB value is (1,76,6). Sum of RGB (Red+Green+Blue) = 1+76+6=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 76 (30.08% from 255 or 91.57% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 76 - color contains mainly: green. Hex color #014C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C06 is #FEB3F9. Grayscale: #2D2D2D. Windows color (decimal): -16692218 or 412673. OLE color: 412673.
HSL color Cylindrical-coordinate representation of color #014C06: hue angle of 124º 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 #014C06 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 6 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.70 |
| HSL | 124º | 0.97% | 0.15% | - |
| HSV(B) | 124º | 0.99% | 0.3% | - |
| XYZ | 2.63 | 5.19 | 1.04 | - |
| YUV | 45.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 6 | 0.99 | 0 | 0.92 | 0.70 | 124 | 0.97 | 0.15 |
| Hex | 1 | 4C | 6 | 63 | 0 | 5C | 46 | 7C | 61 | F |
| Octal | 1 | 114 | 6 | 143 | 0 | 134 | 106 | 174 | 141 | 17 |
| Binary | 1 | 1001100 | 110 | 1100011 | 0 | 1011100 | 1000110 | 1111100 | 1100001 | 1111 |
Color Harmonies of #014C06
Complementary color
Monochromatic Colors of #014C06
Black with #014C06
Text Example
Text Example
White with #014C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C06; }
p { color: rgb(1,76,6); }
H1.HeaderClassName
{
color: #014C06;
}
.AnyTagClassName
{
color: #014C06;
}
</style>
background-color css
<style>
a { background-color: #014C06; }
a { background-color: rgb(1,76,6); }
div.DivClassName
{
background-color: #014C06;
}
.BgClassName
{
background-color: #014C06;
}
</style>
border-color css
<style>
span { border-color: #014C06; }
span { border-color: rgb(1,76,6); }
td.TdClassName
{
border-color: #014C06;
}
.TagClassName
{
border-color: #014C06;
}
</style>