Shades of Myrtle #015008
Tints of Myrtle #015008
RGB
CMYK
RGB Variations
Color information
#015008 (or 0x015008) is known color: Myrtle. HEX triplet: 01, 50 and 08. RGB value is (1,80,8). Sum of RGB (Red+Green+Blue) = 1+80+8=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 80 (31.64% from 255 or 89.89% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 80 - color contains mainly: green. Hex color #015008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015008 is #FEAFF7. Grayscale: #303030. Windows color (decimal): -16691192 or 544769. OLE color: 544769.
HSL color Cylindrical-coordinate representation of color #015008: hue angle of 125.32º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015008 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 8 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.69 |
| HSL | 125.32º | 0.98% | 0.16% | - |
| HSV(B) | 125.32º | 0.99% | 0.31% | - |
| XYZ | 2.93 | 5.76 | 1.19 | - |
| YUV | 48.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 8 | 0.99 | 0 | 0.90 | 0.69 | 125.32 | 0.98 | 0.16 |
| Hex | 1 | 50 | 8 | 63 | 0 | 5A | 45 | 7D | 62 | 10 |
| Octal | 1 | 120 | 10 | 143 | 0 | 132 | 105 | 175 | 142 | 20 |
| Binary | 1 | 1010000 | 1000 | 1100011 | 0 | 1011010 | 1000101 | 1111101 | 1100010 | 10000 |
Color Harmonies of #015008
Complementary color
Monochromatic Colors of #015008
Black with #015008
Text Example
Text Example
White with #015008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015008; }
p { color: rgb(1,80,8); }
H1.HeaderClassName
{
color: #015008;
}
.AnyTagClassName
{
color: #015008;
}
</style>
background-color css
<style>
a { background-color: #015008; }
a { background-color: rgb(1,80,8); }
div.DivClassName
{
background-color: #015008;
}
.BgClassName
{
background-color: #015008;
}
</style>
border-color css
<style>
span { border-color: #015008; }
span { border-color: rgb(1,80,8); }
td.TdClassName
{
border-color: #015008;
}
.TagClassName
{
border-color: #015008;
}
</style>