Shades of Myrtle #125B09
Tints of Myrtle #125B09
RGB
CMYK
RGB Variations
Color information
#125B09 (or 0x125B09) is known color: Myrtle. HEX triplet: 12, 5B and 09. RGB value is (18,91,9). Sum of RGB (Red+Green+Blue) = 18+91+9=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 91 (35.94% from 255 or 77.12% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 91 - color contains mainly: green. Hex color #125B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B09 is #EDA4F6. Grayscale: #3C3C3C. Windows color (decimal): -15574263 or 613138. OLE color: 613138.
HSL color Cylindrical-coordinate representation of color #125B09: hue angle of 113.41º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125B09 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 9 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.64 |
| HSL | 113.41º | 0.82% | 0.2% | - |
| HSV(B) | 113.41º | 0.9% | 0.36% | - |
| XYZ | 4.04 | 7.63 | 1.52 | - |
| YUV | 59.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 9 | 0.80 | 0 | 0.90 | 0.64 | 113.41 | 0.82 | 0.2 |
| Hex | 12 | 5B | 9 | 50 | 0 | 5A | 40 | 71 | 52 | 14 |
| Octal | 22 | 133 | 11 | 120 | 0 | 132 | 100 | 161 | 122 | 24 |
| Binary | 10010 | 1011011 | 1001 | 1010000 | 0 | 1011010 | 1000000 | 1110001 | 1010010 | 10100 |
Color Harmonies of #125B09
Complementary color
Monochromatic Colors of #125B09
Black with #125B09
Text Example
Text Example
White with #125B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B09; }
p { color: rgb(18,91,9); }
H1.HeaderClassName
{
color: #125B09;
}
.AnyTagClassName
{
color: #125B09;
}
</style>
background-color css
<style>
a { background-color: #125B09; }
a { background-color: rgb(18,91,9); }
div.DivClassName
{
background-color: #125B09;
}
.BgClassName
{
background-color: #125B09;
}
</style>
border-color css
<style>
span { border-color: #125B09; }
span { border-color: rgb(18,91,9); }
td.TdClassName
{
border-color: #125B09;
}
.TagClassName
{
border-color: #125B09;
}
</style>