Shades of Myrtle #115102
Tints of Myrtle #115102
RGB
CMYK
RGB Variations
Color information
#115102 (or 0x115102) is known color: Myrtle. HEX triplet: 11, 51 and 02. RGB value is (17,81,2). Sum of RGB (Red+Green+Blue) = 17+81+2=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 81 (32.03% from 255 or 81% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 81 - color contains mainly: green. Hex color #115102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115102 is #EEAEFD. Grayscale: #353535. Windows color (decimal): -15642366 or 151825. OLE color: 151825.
HSL color Cylindrical-coordinate representation of color #115102: hue angle of 108.61º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #115102 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 2 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.68 |
| HSL | 108.61º | 0.95% | 0.16% | - |
| HSV(B) | 108.61º | 0.98% | 0.32% | - |
| XYZ | 3.18 | 6.01 | 1.05 | - |
| YUV | 52.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 2 | 0.79 | 0 | 0.98 | 0.68 | 108.61 | 0.95 | 0.16 |
| Hex | 11 | 51 | 2 | 4F | 0 | 62 | 44 | 6D | 5F | 10 |
| Octal | 21 | 121 | 2 | 117 | 0 | 142 | 104 | 155 | 137 | 20 |
| Binary | 10001 | 1010001 | 10 | 1001111 | 0 | 1100010 | 1000100 | 1101101 | 1011111 | 10000 |
Color Harmonies of #115102
Complementary color
Monochromatic Colors of #115102
Black with #115102
Text Example
Text Example
White with #115102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115102; }
p { color: rgb(17,81,2); }
H1.HeaderClassName
{
color: #115102;
}
.AnyTagClassName
{
color: #115102;
}
</style>
background-color css
<style>
a { background-color: #115102; }
a { background-color: rgb(17,81,2); }
div.DivClassName
{
background-color: #115102;
}
.BgClassName
{
background-color: #115102;
}
</style>
border-color css
<style>
span { border-color: #115102; }
span { border-color: rgb(17,81,2); }
td.TdClassName
{
border-color: #115102;
}
.TagClassName
{
border-color: #115102;
}
</style>