Shades of Myrtle #154701
Tints of Myrtle #154701
RGB
CMYK
RGB Variations
Color information
#154701 (or 0x154701) is known color: Myrtle. HEX triplet: 15, 47 and 01. RGB value is (21,71,1). Sum of RGB (Red+Green+Blue) = 21+71+1=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #154701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154701 is #EAB8FE. Grayscale: #303030. Windows color (decimal): -15382783 or 83733. OLE color: 83733.
HSL color Cylindrical-coordinate representation of color #154701: hue angle of 102.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #154701 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.72 |
| HSL | 102.86º | 0.97% | 0.14% | - |
| HSV(B) | 102.86º | 0.99% | 0.28% | - |
| XYZ | 2.57 | 4.67 | 0.79 | - |
| YUV | 48.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 1 | 0.70 | 0 | 0.99 | 0.72 | 102.86 | 0.97 | 0.14 |
| Hex | 15 | 47 | 1 | 46 | 0 | 63 | 48 | 67 | 61 | E |
| Octal | 25 | 107 | 1 | 106 | 0 | 143 | 110 | 147 | 141 | 16 |
| Binary | 10101 | 1000111 | 1 | 1000110 | 0 | 1100011 | 1001000 | 1100111 | 1100001 | 1110 |
Color Harmonies of #154701
Complementary color
Monochromatic Colors of #154701
Black with #154701
Text Example
Text Example
White with #154701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154701; }
p { color: rgb(21,71,1); }
H1.HeaderClassName
{
color: #154701;
}
.AnyTagClassName
{
color: #154701;
}
</style>
background-color css
<style>
a { background-color: #154701; }
a { background-color: rgb(21,71,1); }
div.DivClassName
{
background-color: #154701;
}
.BgClassName
{
background-color: #154701;
}
</style>
border-color css
<style>
span { border-color: #154701; }
span { border-color: rgb(21,71,1); }
td.TdClassName
{
border-color: #154701;
}
.TagClassName
{
border-color: #154701;
}
</style>