Shades of Myrtle #17600C
Tints of Myrtle #17600C
RGB
CMYK
RGB Variations
Color information
#17600C (or 0x17600C) is known color: Myrtle. HEX triplet: 17, 60 and 0C. RGB value is (23,96,12). Sum of RGB (Red+Green+Blue) = 23+96+12=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #17600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #17600C is #E89FF3. Grayscale: #404040. Windows color (decimal): -15245300 or 811031. OLE color: 811031.
HSL color Cylindrical-coordinate representation of color #17600C: hue angle of 112.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17600C is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 12 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.62 |
| HSL | 112.14º | 0.78% | 0.21% | - |
| HSV(B) | 112.14º | 0.88% | 0.38% | - |
| XYZ | 4.6 | 8.57 | 1.76 | - |
| YUV | 64.6 | 98.32 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 12 | 0.76 | 0 | 0.88 | 0.62 | 112.14 | 0.78 | 0.21 |
| Hex | 17 | 60 | C | 4C | 0 | 58 | 3E | 70 | 4E | 15 |
| Octal | 27 | 140 | 14 | 114 | 0 | 130 | 76 | 160 | 116 | 25 |
| Binary | 10111 | 1100000 | 1100 | 1001100 | 0 | 1011000 | 111110 | 1110000 | 1001110 | 10101 |
Color Harmonies of #17600C
Complementary color
Monochromatic Colors of #17600C
Black with #17600C
Text Example
Text Example
White with #17600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17600C; }
p { color: rgb(23,96,12); }
H1.HeaderClassName
{
color: #17600C;
}
.AnyTagClassName
{
color: #17600C;
}
</style>
background-color css
<style>
a { background-color: #17600C; }
a { background-color: rgb(23,96,12); }
div.DivClassName
{
background-color: #17600C;
}
.BgClassName
{
background-color: #17600C;
}
</style>
border-color css
<style>
span { border-color: #17600C; }
span { border-color: rgb(23,96,12); }
td.TdClassName
{
border-color: #17600C;
}
.TagClassName
{
border-color: #17600C;
}
</style>