Shades of Myrtle #125A09
Tints of Myrtle #125A09
RGB
CMYK
RGB Variations
Color information
#125A09 (or 0x125A09) is known color: Myrtle. HEX triplet: 12, 5A and 09. RGB value is (18,90,9). Sum of RGB (Red+Green+Blue) = 18+90+9=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 90 (35.55% from 255 or 76.92% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 90 - color contains mainly: green. Hex color #125A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A09 is #EDA5F6. Grayscale: #3B3B3B. Windows color (decimal): -15574519 or 612882. OLE color: 612882.
HSL color Cylindrical-coordinate representation of color #125A09: hue angle of 113.33º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125A09 is Cyan = 0.80, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 9 | - |
| CMYK | 0.80 | 0 | 0.9 | 0.65 |
| HSL | 113.33º | 0.82% | 0.19% | - |
| HSV(B) | 113.33º | 0.9% | 0.35% | - |
| XYZ | 3.95 | 7.46 | 1.49 | - |
| YUV | 59.24 | 99.65 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 9 | 0.80 | 0 | 0.9 | 0.65 | 113.33 | 0.82 | 0.19 |
| Hex | 12 | 5A | 9 | 50 | 0 | 5A | 41 | 71 | 52 | 13 |
| Octal | 22 | 132 | 11 | 120 | 0 | 132 | 101 | 161 | 122 | 23 |
| Binary | 10010 | 1011010 | 1001 | 1010000 | 0 | 1011010 | 1000001 | 1110001 | 1010010 | 10011 |
Color Harmonies of #125A09
Complementary color
Monochromatic Colors of #125A09
Black with #125A09
Text Example
Text Example
White with #125A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A09; }
p { color: rgb(18,90,9); }
H1.HeaderClassName
{
color: #125A09;
}
.AnyTagClassName
{
color: #125A09;
}
</style>
background-color css
<style>
a { background-color: #125A09; }
a { background-color: rgb(18,90,9); }
div.DivClassName
{
background-color: #125A09;
}
.BgClassName
{
background-color: #125A09;
}
</style>
border-color css
<style>
span { border-color: #125A09; }
span { border-color: rgb(18,90,9); }
td.TdClassName
{
border-color: #125A09;
}
.TagClassName
{
border-color: #125A09;
}
</style>