Shades of Myrtle #125301
Tints of Myrtle #125301
RGB
CMYK
RGB Variations
Color information
#125301 (or 0x125301) is known color: Myrtle. HEX triplet: 12, 53 and 01. RGB value is (18,83,1). Sum of RGB (Red+Green+Blue) = 18+83+1=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 83 (32.81% from 255 or 81.37% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 83 - color contains mainly: green. Hex color #125301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125301 is #EDACFE. Grayscale: #363636. Windows color (decimal): -15576319 or 86802. OLE color: 86802.
HSL color Cylindrical-coordinate representation of color #125301: hue angle of 107.56º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #125301 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.67 |
| HSL | 107.56º | 0.98% | 0.16% | - |
| HSV(B) | 107.56º | 0.99% | 0.33% | - |
| XYZ | 3.35 | 6.32 | 1.07 | - |
| YUV | 54.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 1 | 0.78 | 0 | 0.99 | 0.67 | 107.56 | 0.98 | 0.16 |
| Hex | 12 | 53 | 1 | 4E | 0 | 63 | 43 | 6C | 62 | 10 |
| Octal | 22 | 123 | 1 | 116 | 0 | 143 | 103 | 154 | 142 | 20 |
| Binary | 10010 | 1010011 | 1 | 1001110 | 0 | 1100011 | 1000011 | 1101100 | 1100010 | 10000 |
Color Harmonies of #125301
Complementary color
Monochromatic Colors of #125301
Black with #125301
Text Example
Text Example
White with #125301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125301; }
p { color: rgb(18,83,1); }
H1.HeaderClassName
{
color: #125301;
}
.AnyTagClassName
{
color: #125301;
}
</style>
background-color css
<style>
a { background-color: #125301; }
a { background-color: rgb(18,83,1); }
div.DivClassName
{
background-color: #125301;
}
.BgClassName
{
background-color: #125301;
}
</style>
border-color css
<style>
span { border-color: #125301; }
span { border-color: rgb(18,83,1); }
td.TdClassName
{
border-color: #125301;
}
.TagClassName
{
border-color: #125301;
}
</style>