Shades of Myrtle #125912
Tints of Myrtle #125912
RGB
CMYK
RGB Variations
Color information
#125912 (or 0x125912) is known color: Myrtle. HEX triplet: 12, 59 and 12. RGB value is (18,89,18). Sum of RGB (Red+Green+Blue) = 18+89+18=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 89 (35.16% from 255 or 71.2% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 89 - color contains mainly: green. Hex color #125912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125912 is #EDA6ED. Grayscale: #3B3B3B. Windows color (decimal): -15574766 or 1202450. OLE color: 1202450.
HSL color Cylindrical-coordinate representation of color #125912: hue angle of 120º 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 #125912 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 18 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.65 |
| HSL | 120º | 0.66% | 0.21% | - |
| HSV(B) | 120º | 0.8% | 0.35% | - |
| XYZ | 3.93 | 7.32 | 1.78 | - |
| YUV | 59.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 18 | 0.80 | 0 | 0.80 | 0.65 | 120 | 0.66 | 0.21 |
| Hex | 12 | 59 | 12 | 50 | 0 | 50 | 41 | 78 | 42 | 15 |
| Octal | 22 | 131 | 22 | 120 | 0 | 120 | 101 | 170 | 102 | 25 |
| Binary | 10010 | 1011001 | 10010 | 1010000 | 0 | 1010000 | 1000001 | 1111000 | 1000010 | 10101 |
Color Harmonies of #125912
Complementary color
Monochromatic Colors of #125912
Black with #125912
Text Example
Text Example
White with #125912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125912; }
p { color: rgb(18,89,18); }
H1.HeaderClassName
{
color: #125912;
}
.AnyTagClassName
{
color: #125912;
}
</style>
background-color css
<style>
a { background-color: #125912; }
a { background-color: rgb(18,89,18); }
div.DivClassName
{
background-color: #125912;
}
.BgClassName
{
background-color: #125912;
}
</style>
border-color css
<style>
span { border-color: #125912; }
span { border-color: rgb(18,89,18); }
td.TdClassName
{
border-color: #125912;
}
.TagClassName
{
border-color: #125912;
}
</style>