Shades of Myrtle #125817
Tints of Myrtle #125817
RGB
CMYK
RGB Variations
Color information
#125817 (or 0x125817) is known color: Myrtle. HEX triplet: 12, 58 and 17. RGB value is (18,88,23). Sum of RGB (Red+Green+Blue) = 18+88+23=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #125817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125817 is #EDA7E8. Grayscale: #3B3B3B. Windows color (decimal): -15575017 or 1529874. OLE color: 1529874.
HSL color Cylindrical-coordinate representation of color #125817: hue angle of 124.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125817 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 88 | 23 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.65 |
| HSL | 124.29º | 0.66% | 0.21% | - |
| HSV(B) | 124.29º | 0.8% | 0.35% | - |
| XYZ | 3.89 | 7.17 | 1.99 | - |
| YUV | 59.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 23 | 0.80 | 0 | 0.74 | 0.65 | 124.29 | 0.66 | 0.21 |
| Hex | 12 | 58 | 17 | 50 | 0 | 4A | 41 | 7C | 42 | 15 |
| Octal | 22 | 130 | 27 | 120 | 0 | 112 | 101 | 174 | 102 | 25 |
| Binary | 10010 | 1011000 | 10111 | 1010000 | 0 | 1001010 | 1000001 | 1111100 | 1000010 | 10101 |
Color Harmonies of #125817
Complementary color
Monochromatic Colors of #125817
Black with #125817
Text Example
Text Example
White with #125817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125817; }
p { color: rgb(18,88,23); }
H1.HeaderClassName
{
color: #125817;
}
.AnyTagClassName
{
color: #125817;
}
</style>
background-color css
<style>
a { background-color: #125817; }
a { background-color: rgb(18,88,23); }
div.DivClassName
{
background-color: #125817;
}
.BgClassName
{
background-color: #125817;
}
</style>
border-color css
<style>
span { border-color: #125817; }
span { border-color: rgb(18,88,23); }
td.TdClassName
{
border-color: #125817;
}
.TagClassName
{
border-color: #125817;
}
</style>