Shades of Myrtle #122A08
Tints of Myrtle #122A08
RGB
CMYK
RGB Variations
Color information
#122A08 (or 0x122A08) is known color: Myrtle. HEX triplet: 12, 2A and 08. RGB value is (18,42,8). Sum of RGB (Red+Green+Blue) = 18+42+8=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 42 (16.80% from 255 or 61.76% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 42 - color contains mainly: green. Hex color #122A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122A08 is #EDD5F7. Grayscale: #1F1F1F. Windows color (decimal): -15586808 or 535058. OLE color: 535058.
HSL color Cylindrical-coordinate representation of color #122A08: hue angle of 102.35º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122A08 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 8 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.84 |
| HSL | 102.35º | 0.68% | 0.1% | - |
| HSV(B) | 102.35º | 0.81% | 0.16% | - |
| XYZ | 1.12 | 1.8 | 0.52 | - |
| YUV | 30.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 8 | 0.57 | 0 | 0.81 | 0.84 | 102.35 | 0.68 | 0.1 |
| Hex | 12 | 2A | 8 | 39 | 0 | 51 | 54 | 66 | 44 | A |
| Octal | 22 | 52 | 10 | 71 | 0 | 121 | 124 | 146 | 104 | 12 |
| Binary | 10010 | 101010 | 1000 | 111001 | 0 | 1010001 | 1010100 | 1100110 | 1000100 | 1010 |
Color Harmonies of #122A08
Complementary color
Monochromatic Colors of #122A08
Black with #122A08
Text Example
Text Example
White with #122A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A08; }
p { color: rgb(18,42,8); }
H1.HeaderClassName
{
color: #122A08;
}
.AnyTagClassName
{
color: #122A08;
}
</style>
background-color css
<style>
a { background-color: #122A08; }
a { background-color: rgb(18,42,8); }
div.DivClassName
{
background-color: #122A08;
}
.BgClassName
{
background-color: #122A08;
}
</style>
border-color css
<style>
span { border-color: #122A08; }
span { border-color: rgb(18,42,8); }
td.TdClassName
{
border-color: #122A08;
}
.TagClassName
{
border-color: #122A08;
}
</style>