Shades of Myrtle #123F17
Tints of Myrtle #123F17
RGB
CMYK
RGB Variations
Color information
#123F17 (or 0x123F17) is known color: Myrtle. HEX triplet: 12, 3F and 17. RGB value is (18,63,23). Sum of RGB (Red+Green+Blue) = 18+63+23=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #123F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123F17 is #EDC0E8. Grayscale: #2D2D2D. Windows color (decimal): -15581417 or 1523474. OLE color: 1523474.
HSL color Cylindrical-coordinate representation of color #123F17: hue angle of 126.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F17 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 23 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.75 |
| HSL | 126.67º | 0.56% | 0.16% | - |
| HSV(B) | 126.67º | 0.71% | 0.25% | - |
| XYZ | 2.18 | 3.75 | 1.42 | - |
| YUV | 44.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 23 | 0.71 | 0 | 0.63 | 0.75 | 126.67 | 0.56 | 0.16 |
| Hex | 12 | 3F | 17 | 47 | 0 | 3F | 4B | 7F | 38 | 10 |
| Octal | 22 | 77 | 27 | 107 | 0 | 77 | 113 | 177 | 70 | 20 |
| Binary | 10010 | 111111 | 10111 | 1000111 | 0 | 111111 | 1001011 | 1111111 | 111000 | 10000 |
Color Harmonies of #123F17
Complementary color
Monochromatic Colors of #123F17
Black with #123F17
Text Example
Text Example
White with #123F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F17; }
p { color: rgb(18,63,23); }
H1.HeaderClassName
{
color: #123F17;
}
.AnyTagClassName
{
color: #123F17;
}
</style>
background-color css
<style>
a { background-color: #123F17; }
a { background-color: rgb(18,63,23); }
div.DivClassName
{
background-color: #123F17;
}
.BgClassName
{
background-color: #123F17;
}
</style>
border-color css
<style>
span { border-color: #123F17; }
span { border-color: rgb(18,63,23); }
td.TdClassName
{
border-color: #123F17;
}
.TagClassName
{
border-color: #123F17;
}
</style>