Shades of Myrtle #125701
Tints of Myrtle #125701
RGB
CMYK
RGB Variations
Color information
#125701 (or 0x125701) is known color: Myrtle. HEX triplet: 12, 57 and 01. RGB value is (18,87,1). Sum of RGB (Red+Green+Blue) = 18+87+1=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 87 (34.38% from 255 or 82.08% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 87 - color contains mainly: green. Hex color #125701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125701 is #EDA8FE. Grayscale: #383838. Windows color (decimal): -15575295 or 87826. OLE color: 87826.
HSL color Cylindrical-coordinate representation of color #125701: hue angle of 108.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #125701 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 87 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.66 |
| HSL | 108.14º | 0.98% | 0.17% | - |
| HSV(B) | 108.14º | 0.99% | 0.34% | - |
| XYZ | 3.66 | 6.95 | 1.18 | - |
| YUV | 56.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 1 | 0.79 | 0 | 0.99 | 0.66 | 108.14 | 0.98 | 0.17 |
| Hex | 12 | 57 | 1 | 4F | 0 | 63 | 42 | 6C | 62 | 11 |
| Octal | 22 | 127 | 1 | 117 | 0 | 143 | 102 | 154 | 142 | 21 |
| Binary | 10010 | 1010111 | 1 | 1001111 | 0 | 1100011 | 1000010 | 1101100 | 1100010 | 10001 |
Color Harmonies of #125701
Complementary color
Monochromatic Colors of #125701
Black with #125701
Text Example
Text Example
White with #125701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125701; }
p { color: rgb(18,87,1); }
H1.HeaderClassName
{
color: #125701;
}
.AnyTagClassName
{
color: #125701;
}
</style>
background-color css
<style>
a { background-color: #125701; }
a { background-color: rgb(18,87,1); }
div.DivClassName
{
background-color: #125701;
}
.BgClassName
{
background-color: #125701;
}
</style>
border-color css
<style>
span { border-color: #125701; }
span { border-color: rgb(18,87,1); }
td.TdClassName
{
border-color: #125701;
}
.TagClassName
{
border-color: #125701;
}
</style>