Shades of Myrtle #115C08
Tints of Myrtle #115C08
RGB
CMYK
RGB Variations
Color information
#115C08 (or 0x115C08) is known color: Myrtle. HEX triplet: 11, 5C and 08. RGB value is (17,92,8). Sum of RGB (Red+Green+Blue) = 17+92+8=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #115C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115C08 is #EEA3F7. Grayscale: #3C3C3C. Windows color (decimal): -15639544 or 547857. OLE color: 547857.
HSL color Cylindrical-coordinate representation of color #115C08: hue angle of 113.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115C08 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 8 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.64 |
| HSL | 113.57º | 0.84% | 0.2% | - |
| HSV(B) | 113.57º | 0.91% | 0.36% | - |
| XYZ | 4.1 | 7.79 | 1.52 | - |
| YUV | 60 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 8 | 0.82 | 0 | 0.91 | 0.64 | 113.57 | 0.84 | 0.2 |
| Hex | 11 | 5C | 8 | 52 | 0 | 5B | 40 | 72 | 54 | 14 |
| Octal | 21 | 134 | 10 | 122 | 0 | 133 | 100 | 162 | 124 | 24 |
| Binary | 10001 | 1011100 | 1000 | 1010010 | 0 | 1011011 | 1000000 | 1110010 | 1010100 | 10100 |
Color Harmonies of #115C08
Complementary color
Monochromatic Colors of #115C08
Black with #115C08
Text Example
Text Example
White with #115C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C08; }
p { color: rgb(17,92,8); }
H1.HeaderClassName
{
color: #115C08;
}
.AnyTagClassName
{
color: #115C08;
}
</style>
background-color css
<style>
a { background-color: #115C08; }
a { background-color: rgb(17,92,8); }
div.DivClassName
{
background-color: #115C08;
}
.BgClassName
{
background-color: #115C08;
}
</style>
border-color css
<style>
span { border-color: #115C08; }
span { border-color: rgb(17,92,8); }
td.TdClassName
{
border-color: #115C08;
}
.TagClassName
{
border-color: #115C08;
}
</style>