Shades of Myrtle #123907
Tints of Myrtle #123907
RGB
CMYK
RGB Variations
Color information
#123907 (or 0x123907) is known color: Myrtle. HEX triplet: 12, 39 and 07. RGB value is (18,57,7). Sum of RGB (Red+Green+Blue) = 18+57+7=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #123907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123907 is #EDC6F8. Grayscale: #272727. Windows color (decimal): -15582969 or 473362. OLE color: 473362.
HSL color Cylindrical-coordinate representation of color #123907: hue angle of 106.8º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123907 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 7 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.78 |
| HSL | 106.8º | 0.78% | 0.13% | - |
| HSV(B) | 106.8º | 0.88% | 0.22% | - |
| XYZ | 1.75 | 3.07 | 0.7 | - |
| YUV | 39.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 7 | 0.68 | 0 | 0.88 | 0.78 | 106.8 | 0.78 | 0.13 |
| Hex | 12 | 39 | 7 | 44 | 0 | 58 | 4E | 6B | 4E | D |
| Octal | 22 | 71 | 7 | 104 | 0 | 130 | 116 | 153 | 116 | 15 |
| Binary | 10010 | 111001 | 111 | 1000100 | 0 | 1011000 | 1001110 | 1101011 | 1001110 | 1101 |
Color Harmonies of #123907
Complementary color
Monochromatic Colors of #123907
Black with #123907
Text Example
Text Example
White with #123907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123907; }
p { color: rgb(18,57,7); }
H1.HeaderClassName
{
color: #123907;
}
.AnyTagClassName
{
color: #123907;
}
</style>
background-color css
<style>
a { background-color: #123907; }
a { background-color: rgb(18,57,7); }
div.DivClassName
{
background-color: #123907;
}
.BgClassName
{
background-color: #123907;
}
</style>
border-color css
<style>
span { border-color: #123907; }
span { border-color: rgb(18,57,7); }
td.TdClassName
{
border-color: #123907;
}
.TagClassName
{
border-color: #123907;
}
</style>