Shades of Myrtle #125C16
Tints of Myrtle #125C16
RGB
CMYK
RGB Variations
Color information
#125C16 (or 0x125C16) is known color: Myrtle. HEX triplet: 12, 5C and 16. RGB value is (18,92,22). Sum of RGB (Red+Green+Blue) = 18+92+22=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #125C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C16 is #EDA3E9. Grayscale: #3E3E3E. Windows color (decimal): -15573994 or 1465362. OLE color: 1465362.
HSL color Cylindrical-coordinate representation of color #125C16: hue angle of 123.24º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C16 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 22 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.64 |
| HSL | 123.24º | 0.67% | 0.22% | - |
| HSV(B) | 123.24º | 0.8% | 0.36% | - |
| XYZ | 4.22 | 7.84 | 2.05 | - |
| YUV | 61.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 22 | 0.80 | 0 | 0.76 | 0.64 | 123.24 | 0.67 | 0.22 |
| Hex | 12 | 5C | 16 | 50 | 0 | 4C | 40 | 7B | 43 | 16 |
| Octal | 22 | 134 | 26 | 120 | 0 | 114 | 100 | 173 | 103 | 26 |
| Binary | 10010 | 1011100 | 10110 | 1010000 | 0 | 1001100 | 1000000 | 1111011 | 1000011 | 10110 |
Color Harmonies of #125C16
Complementary color
Monochromatic Colors of #125C16
Black with #125C16
Text Example
Text Example
White with #125C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C16; }
p { color: rgb(18,92,22); }
H1.HeaderClassName
{
color: #125C16;
}
.AnyTagClassName
{
color: #125C16;
}
</style>
background-color css
<style>
a { background-color: #125C16; }
a { background-color: rgb(18,92,22); }
div.DivClassName
{
background-color: #125C16;
}
.BgClassName
{
background-color: #125C16;
}
</style>
border-color css
<style>
span { border-color: #125C16; }
span { border-color: rgb(18,92,22); }
td.TdClassName
{
border-color: #125C16;
}
.TagClassName
{
border-color: #125C16;
}
</style>