Shades of Myrtle #105C09
Tints of Myrtle #105C09
RGB
CMYK
RGB Variations
Color information
#105C09 (or 0x105C09) is known color: Myrtle. HEX triplet: 10, 5C and 09. RGB value is (16,92,9). Sum of RGB (Red+Green+Blue) = 16+92+9=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #105C09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C09 is #EFA3F6. Grayscale: #3C3C3C. Windows color (decimal): -15705079 or 613392. OLE color: 613392.
HSL color Cylindrical-coordinate representation of color #105C09: hue angle of 114.94º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105C09 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 9 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.64 |
| HSL | 114.94º | 0.82% | 0.2% | - |
| HSV(B) | 114.94º | 0.9% | 0.36% | - |
| XYZ | 4.09 | 7.78 | 1.55 | - |
| YUV | 59.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 9 | 0.83 | 0 | 0.90 | 0.64 | 114.94 | 0.82 | 0.2 |
| Hex | 10 | 5C | 9 | 53 | 0 | 5A | 40 | 73 | 52 | 14 |
| Octal | 20 | 134 | 11 | 123 | 0 | 132 | 100 | 163 | 122 | 24 |
| Binary | 10000 | 1011100 | 1001 | 1010011 | 0 | 1011010 | 1000000 | 1110011 | 1010010 | 10100 |
Color Harmonies of #105C09
Complementary color
Monochromatic Colors of #105C09
Black with #105C09
Text Example
Text Example
White with #105C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C09; }
p { color: rgb(16,92,9); }
H1.HeaderClassName
{
color: #105C09;
}
.AnyTagClassName
{
color: #105C09;
}
</style>
background-color css
<style>
a { background-color: #105C09; }
a { background-color: rgb(16,92,9); }
div.DivClassName
{
background-color: #105C09;
}
.BgClassName
{
background-color: #105C09;
}
</style>
border-color css
<style>
span { border-color: #105C09; }
span { border-color: rgb(16,92,9); }
td.TdClassName
{
border-color: #105C09;
}
.TagClassName
{
border-color: #105C09;
}
</style>