Shades of Myrtle #164908
Tints of Myrtle #164908
RGB
CMYK
RGB Variations
Color information
#164908 (or 0x164908) is known color: Myrtle. HEX triplet: 16, 49 and 08. RGB value is (22,73,8). Sum of RGB (Red+Green+Blue) = 22+73+8=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #164908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164908 is #E9B6F7. Grayscale: #323232. Windows color (decimal): -15316728 or 542998. OLE color: 542998.
HSL color Cylindrical-coordinate representation of color #164908: hue angle of 107.08º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164908 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 73 | 8 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.71 |
| HSL | 107.08º | 0.8% | 0.16% | - |
| HSV(B) | 107.08º | 0.89% | 0.29% | - |
| XYZ | 2.76 | 4.95 | 1.04 | - |
| YUV | 50.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 8 | 0.70 | 0 | 0.89 | 0.71 | 107.08 | 0.8 | 0.16 |
| Hex | 16 | 49 | 8 | 46 | 0 | 59 | 47 | 6B | 50 | 10 |
| Octal | 26 | 111 | 10 | 106 | 0 | 131 | 107 | 153 | 120 | 20 |
| Binary | 10110 | 1001001 | 1000 | 1000110 | 0 | 1011001 | 1000111 | 1101011 | 1010000 | 10000 |
Color Harmonies of #164908
Complementary color
Monochromatic Colors of #164908
Black with #164908
Text Example
Text Example
White with #164908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164908; }
p { color: rgb(22,73,8); }
H1.HeaderClassName
{
color: #164908;
}
.AnyTagClassName
{
color: #164908;
}
</style>
background-color css
<style>
a { background-color: #164908; }
a { background-color: rgb(22,73,8); }
div.DivClassName
{
background-color: #164908;
}
.BgClassName
{
background-color: #164908;
}
</style>
border-color css
<style>
span { border-color: #164908; }
span { border-color: rgb(22,73,8); }
td.TdClassName
{
border-color: #164908;
}
.TagClassName
{
border-color: #164908;
}
</style>