Shades of Myrtle #125915
Tints of Myrtle #125915
RGB
CMYK
RGB Variations
Color information
#125915 (or 0x125915) is known color: Myrtle. HEX triplet: 12, 59 and 15. RGB value is (18,89,21). Sum of RGB (Red+Green+Blue) = 18+89+21=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #125915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125915 is #EDA6EA. Grayscale: #3C3C3C. Windows color (decimal): -15574763 or 1399058. OLE color: 1399058.
HSL color Cylindrical-coordinate representation of color #125915: hue angle of 122.54º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125915 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 21 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.65 |
| HSL | 122.54º | 0.66% | 0.21% | - |
| HSV(B) | 122.54º | 0.8% | 0.35% | - |
| XYZ | 3.96 | 7.33 | 1.92 | - |
| YUV | 60.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 21 | 0.80 | 0 | 0.76 | 0.65 | 122.54 | 0.66 | 0.21 |
| Hex | 12 | 59 | 15 | 50 | 0 | 4C | 41 | 7B | 42 | 15 |
| Octal | 22 | 131 | 25 | 120 | 0 | 114 | 101 | 173 | 102 | 25 |
| Binary | 10010 | 1011001 | 10101 | 1010000 | 0 | 1001100 | 1000001 | 1111011 | 1000010 | 10101 |
Color Harmonies of #125915
Complementary color
Monochromatic Colors of #125915
Black with #125915
Text Example
Text Example
White with #125915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125915; }
p { color: rgb(18,89,21); }
H1.HeaderClassName
{
color: #125915;
}
.AnyTagClassName
{
color: #125915;
}
</style>
background-color css
<style>
a { background-color: #125915; }
a { background-color: rgb(18,89,21); }
div.DivClassName
{
background-color: #125915;
}
.BgClassName
{
background-color: #125915;
}
</style>
border-color css
<style>
span { border-color: #125915; }
span { border-color: rgb(18,89,21); }
td.TdClassName
{
border-color: #125915;
}
.TagClassName
{
border-color: #125915;
}
</style>