Shades of Myrtle #175114
Tints of Myrtle #175114
RGB
CMYK
RGB Variations
Color information
#175114 (or 0x175114) is known color: Myrtle. HEX triplet: 17, 51 and 14. RGB value is (23,81,20). Sum of RGB (Red+Green+Blue) = 23+81+20=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #175114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #175114 is #E8AEEB. Grayscale: #383838. Windows color (decimal): -15249132 or 1331479. OLE color: 1331479.
HSL color Cylindrical-coordinate representation of color #175114: hue angle of 117.05º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175114 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 81 | 20 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.68 |
| HSL | 117.05º | 0.6% | 0.2% | - |
| HSV(B) | 117.05º | 0.75% | 0.32% | - |
| XYZ | 3.42 | 6.12 | 1.66 | - |
| YUV | 56.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 20 | 0.72 | 0 | 0.75 | 0.68 | 117.05 | 0.6 | 0.2 |
| Hex | 17 | 51 | 14 | 48 | 0 | 4B | 44 | 75 | 3C | 14 |
| Octal | 27 | 121 | 24 | 110 | 0 | 113 | 104 | 165 | 74 | 24 |
| Binary | 10111 | 1010001 | 10100 | 1001000 | 0 | 1001011 | 1000100 | 1110101 | 111100 | 10100 |
Color Harmonies of #175114
Complementary color
Monochromatic Colors of #175114
Black with #175114
Text Example
Text Example
White with #175114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175114; }
p { color: rgb(23,81,20); }
H1.HeaderClassName
{
color: #175114;
}
.AnyTagClassName
{
color: #175114;
}
</style>
background-color css
<style>
a { background-color: #175114; }
a { background-color: rgb(23,81,20); }
div.DivClassName
{
background-color: #175114;
}
.BgClassName
{
background-color: #175114;
}
</style>
border-color css
<style>
span { border-color: #175114; }
span { border-color: rgb(23,81,20); }
td.TdClassName
{
border-color: #175114;
}
.TagClassName
{
border-color: #175114;
}
</style>