Shades of Myrtle #102A09
Tints of Myrtle #102A09
RGB
CMYK
RGB Variations
Color information
#102A09 (or 0x102A09) is known color: Myrtle. HEX triplet: 10, 2A and 09. RGB value is (16,42,9). Sum of RGB (Red+Green+Blue) = 16+42+9=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 42 (16.80% from 255 or 62.69% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 42 - color contains mainly: green. Hex color #102A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102A09 is #EFD5F6. Grayscale: #1E1E1E. Windows color (decimal): -15717879 or 600592. OLE color: 600592.
HSL color Cylindrical-coordinate representation of color #102A09: hue angle of 107.27º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #102A09 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 42 | 9 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.84 |
| HSL | 107.27º | 0.65% | 0.1% | - |
| HSV(B) | 107.27º | 0.79% | 0.16% | - |
| XYZ | 1.09 | 1.79 | 0.55 | - |
| YUV | 30.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 9 | 0.62 | 0 | 0.79 | 0.84 | 107.27 | 0.65 | 0.1 |
| Hex | 10 | 2A | 9 | 3E | 0 | 4F | 54 | 6B | 41 | A |
| Octal | 20 | 52 | 11 | 76 | 0 | 117 | 124 | 153 | 101 | 12 |
| Binary | 10000 | 101010 | 1001 | 111110 | 0 | 1001111 | 1010100 | 1101011 | 1000001 | 1010 |
Color Harmonies of #102A09
Complementary color
Monochromatic Colors of #102A09
Black with #102A09
Text Example
Text Example
White with #102A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A09; }
p { color: rgb(16,42,9); }
H1.HeaderClassName
{
color: #102A09;
}
.AnyTagClassName
{
color: #102A09;
}
</style>
background-color css
<style>
a { background-color: #102A09; }
a { background-color: rgb(16,42,9); }
div.DivClassName
{
background-color: #102A09;
}
.BgClassName
{
background-color: #102A09;
}
</style>
border-color css
<style>
span { border-color: #102A09; }
span { border-color: rgb(16,42,9); }
td.TdClassName
{
border-color: #102A09;
}
.TagClassName
{
border-color: #102A09;
}
</style>