Shades of Myrtle #17500A
Tints of Myrtle #17500A
RGB
CMYK
RGB Variations
Color information
#17500A (or 0x17500A) is known color: Myrtle. HEX triplet: 17, 50 and 0A. RGB value is (23,80,10). Sum of RGB (Red+Green+Blue) = 23+80+10=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #17500A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #17500A is #E8AFF5. Grayscale: #373737. Windows color (decimal): -15249398 or 675863. OLE color: 675863.
HSL color Cylindrical-coordinate representation of color #17500A: hue angle of 108.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17500A is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 80 | 10 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.69 |
| HSL | 108.86º | 0.78% | 0.18% | - |
| HSV(B) | 108.86º | 0.88% | 0.31% | - |
| XYZ | 3.28 | 5.94 | 1.26 | - |
| YUV | 54.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 10 | 0.71 | 0 | 0.87 | 0.69 | 108.86 | 0.78 | 0.18 |
| Hex | 17 | 50 | A | 47 | 0 | 57 | 45 | 6D | 4E | 12 |
| Octal | 27 | 120 | 12 | 107 | 0 | 127 | 105 | 155 | 116 | 22 |
| Binary | 10111 | 1010000 | 1010 | 1000111 | 0 | 1010111 | 1000101 | 1101101 | 1001110 | 10010 |
Color Harmonies of #17500A
Complementary color
Monochromatic Colors of #17500A
Black with #17500A
Text Example
Text Example
White with #17500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17500A; }
p { color: rgb(23,80,10); }
H1.HeaderClassName
{
color: #17500A;
}
.AnyTagClassName
{
color: #17500A;
}
</style>
background-color css
<style>
a { background-color: #17500A; }
a { background-color: rgb(23,80,10); }
div.DivClassName
{
background-color: #17500A;
}
.BgClassName
{
background-color: #17500A;
}
</style>
border-color css
<style>
span { border-color: #17500A; }
span { border-color: rgb(23,80,10); }
td.TdClassName
{
border-color: #17500A;
}
.TagClassName
{
border-color: #17500A;
}
</style>