Shades of Myrtle #105C06
Tints of Myrtle #105C06
RGB
CMYK
RGB Variations
Color information
#105C06 (or 0x105C06) is known color: Myrtle. HEX triplet: 10, 5C and 06. RGB value is (16,92,6). Sum of RGB (Red+Green+Blue) = 16+92+6=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 92 (36.33% from 255 or 80.70% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 92 - color contains mainly: green. Hex color #105C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C06 is #EFA3F9. Grayscale: #3B3B3B. Windows color (decimal): -15705082 or 416784. OLE color: 416784.
HSL color Cylindrical-coordinate representation of color #105C06: hue angle of 113.02º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105C06 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 6 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.64 |
| HSL | 113.02º | 0.88% | 0.19% | - |
| HSV(B) | 113.02º | 0.93% | 0.36% | - |
| XYZ | 4.07 | 7.78 | 1.46 | - |
| YUV | 59.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 6 | 0.83 | 0 | 0.93 | 0.64 | 113.02 | 0.88 | 0.19 |
| Hex | 10 | 5C | 6 | 53 | 0 | 5D | 40 | 71 | 58 | 13 |
| Octal | 20 | 134 | 6 | 123 | 0 | 135 | 100 | 161 | 130 | 23 |
| Binary | 10000 | 1011100 | 110 | 1010011 | 0 | 1011101 | 1000000 | 1110001 | 1011000 | 10011 |
Color Harmonies of #105C06
Complementary color
Monochromatic Colors of #105C06
Black with #105C06
Text Example
Text Example
White with #105C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C06; }
p { color: rgb(16,92,6); }
H1.HeaderClassName
{
color: #105C06;
}
.AnyTagClassName
{
color: #105C06;
}
</style>
background-color css
<style>
a { background-color: #105C06; }
a { background-color: rgb(16,92,6); }
div.DivClassName
{
background-color: #105C06;
}
.BgClassName
{
background-color: #105C06;
}
</style>
border-color css
<style>
span { border-color: #105C06; }
span { border-color: rgb(16,92,6); }
td.TdClassName
{
border-color: #105C06;
}
.TagClassName
{
border-color: #105C06;
}
</style>