Shades of Myrtle #125215
Tints of Myrtle #125215
RGB
CMYK
RGB Variations
Color information
#125215 (or 0x125215) is known color: Myrtle. HEX triplet: 12, 52 and 15. RGB value is (18,82,21). Sum of RGB (Red+Green+Blue) = 18+82+21=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #125215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125215 is #EDADEA. Grayscale: #383838. Windows color (decimal): -15576555 or 1397266. OLE color: 1397266.
HSL color Cylindrical-coordinate representation of color #125215: hue angle of 122.81º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125215 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 82 | 21 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.68 |
| HSL | 122.81º | 0.64% | 0.2% | - |
| HSV(B) | 122.81º | 0.78% | 0.32% | - |
| XYZ | 3.4 | 6.22 | 1.73 | - |
| YUV | 55.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 21 | 0.78 | 0 | 0.74 | 0.68 | 122.81 | 0.64 | 0.2 |
| Hex | 12 | 52 | 15 | 4E | 0 | 4A | 44 | 7B | 40 | 14 |
| Octal | 22 | 122 | 25 | 116 | 0 | 112 | 104 | 173 | 100 | 24 |
| Binary | 10010 | 1010010 | 10101 | 1001110 | 0 | 1001010 | 1000100 | 1111011 | 1000000 | 10100 |
Color Harmonies of #125215
Complementary color
Monochromatic Colors of #125215
Black with #125215
Text Example
Text Example
White with #125215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125215; }
p { color: rgb(18,82,21); }
H1.HeaderClassName
{
color: #125215;
}
.AnyTagClassName
{
color: #125215;
}
</style>
background-color css
<style>
a { background-color: #125215; }
a { background-color: rgb(18,82,21); }
div.DivClassName
{
background-color: #125215;
}
.BgClassName
{
background-color: #125215;
}
</style>
border-color css
<style>
span { border-color: #125215; }
span { border-color: rgb(18,82,21); }
td.TdClassName
{
border-color: #125215;
}
.TagClassName
{
border-color: #125215;
}
</style>