Shades of Myrtle #102C09
Tints of Myrtle #102C09
RGB
CMYK
RGB Variations
Color information
#102C09 (or 0x102C09) is known color: Myrtle. HEX triplet: 10, 2C and 09. RGB value is (16,44,9). Sum of RGB (Red+Green+Blue) = 16+44+9=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 44 (17.58% from 255 or 63.77% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 44 - color contains mainly: green. Hex color #102C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102C09 is #EFD3F6. Grayscale: #1F1F1F. Windows color (decimal): -15717367 or 601104. OLE color: 601104.
HSL color Cylindrical-coordinate representation of color #102C09: hue angle of 108º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102C09 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 44 | 9 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.83 |
| HSL | 108º | 0.66% | 0.1% | - |
| HSV(B) | 108º | 0.8% | 0.17% | - |
| XYZ | 1.16 | 1.93 | 0.57 | - |
| YUV | 31.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 9 | 0.64 | 0 | 0.80 | 0.83 | 108 | 0.66 | 0.1 |
| Hex | 10 | 2C | 9 | 40 | 0 | 50 | 53 | 6C | 42 | A |
| Octal | 20 | 54 | 11 | 100 | 0 | 120 | 123 | 154 | 102 | 12 |
| Binary | 10000 | 101100 | 1001 | 1000000 | 0 | 1010000 | 1010011 | 1101100 | 1000010 | 1010 |
Color Harmonies of #102C09
Complementary color
Monochromatic Colors of #102C09
Black with #102C09
Text Example
Text Example
White with #102C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C09; }
p { color: rgb(16,44,9); }
H1.HeaderClassName
{
color: #102C09;
}
.AnyTagClassName
{
color: #102C09;
}
</style>
background-color css
<style>
a { background-color: #102C09; }
a { background-color: rgb(16,44,9); }
div.DivClassName
{
background-color: #102C09;
}
.BgClassName
{
background-color: #102C09;
}
</style>
border-color css
<style>
span { border-color: #102C09; }
span { border-color: rgb(16,44,9); }
td.TdClassName
{
border-color: #102C09;
}
.TagClassName
{
border-color: #102C09;
}
</style>