Shades of Myrtle #123D08
Tints of Myrtle #123D08
RGB
CMYK
RGB Variations
Color information
#123D08 (or 0x123D08) is known color: Myrtle. HEX triplet: 12, 3D and 08. RGB value is (18,61,8). Sum of RGB (Red+Green+Blue) = 18+61+8=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #123D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123D08 is #EDC2F7. Grayscale: #2A2A2A. Windows color (decimal): -15581944 or 539922. OLE color: 539922.
HSL color Cylindrical-coordinate representation of color #123D08: hue angle of 108.68º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123D08 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 61 | 8 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.76 |
| HSL | 108.68º | 0.77% | 0.14% | - |
| HSV(B) | 108.68º | 0.87% | 0.24% | - |
| XYZ | 1.96 | 3.48 | 0.8 | - |
| YUV | 42.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 8 | 0.70 | 0 | 0.87 | 0.76 | 108.68 | 0.77 | 0.14 |
| Hex | 12 | 3D | 8 | 46 | 0 | 57 | 4C | 6D | 4D | E |
| Octal | 22 | 75 | 10 | 106 | 0 | 127 | 114 | 155 | 115 | 16 |
| Binary | 10010 | 111101 | 1000 | 1000110 | 0 | 1010111 | 1001100 | 1101101 | 1001101 | 1110 |
Color Harmonies of #123D08
Complementary color
Monochromatic Colors of #123D08
Black with #123D08
Text Example
Text Example
White with #123D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D08; }
p { color: rgb(18,61,8); }
H1.HeaderClassName
{
color: #123D08;
}
.AnyTagClassName
{
color: #123D08;
}
</style>
background-color css
<style>
a { background-color: #123D08; }
a { background-color: rgb(18,61,8); }
div.DivClassName
{
background-color: #123D08;
}
.BgClassName
{
background-color: #123D08;
}
</style>
border-color css
<style>
span { border-color: #123D08; }
span { border-color: rgb(18,61,8); }
td.TdClassName
{
border-color: #123D08;
}
.TagClassName
{
border-color: #123D08;
}
</style>