Shades of Myrtle #1C660A
Tints of Myrtle #1C660A
RGB
CMYK
RGB Variations
Color information
#1C660A (or 0x1C660A) is known color: Myrtle. HEX triplet: 1C, 66 and 0A. RGB value is (28,102,10). Sum of RGB (Red+Green+Blue) = 28+102+10=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 102 (40.23% from 255 or 72.86% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 102 - color contains mainly: green. Hex color #1C660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C660A is #E399F5. Grayscale: #454545. Windows color (decimal): -14916086 or 681500. OLE color: 681500.
HSL color Cylindrical-coordinate representation of color #1C660A: hue angle of 108.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C660A is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 10 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.6 |
| HSL | 108.26º | 0.82% | 0.22% | - |
| HSV(B) | 108.26º | 0.9% | 0.4% | - |
| XYZ | 5.29 | 9.77 | 1.89 | - |
| YUV | 69.39 | 94.48 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 10 | 0.73 | 0 | 0.90 | 0.6 | 108.26 | 0.82 | 0.22 |
| Hex | 1C | 66 | A | 49 | 0 | 5A | 3C | 6C | 52 | 16 |
| Octal | 34 | 146 | 12 | 111 | 0 | 132 | 74 | 154 | 122 | 26 |
| Binary | 11100 | 1100110 | 1010 | 1001001 | 0 | 1011010 | 111100 | 1101100 | 1010010 | 10110 |
Color Harmonies of #1C660A
Complementary color
Monochromatic Colors of #1C660A
Black with #1C660A
Text Example
Text Example
White with #1C660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C660A; }
p { color: rgb(28,102,10); }
H1.HeaderClassName
{
color: #1C660A;
}
.AnyTagClassName
{
color: #1C660A;
}
</style>
background-color css
<style>
a { background-color: #1C660A; }
a { background-color: rgb(28,102,10); }
div.DivClassName
{
background-color: #1C660A;
}
.BgClassName
{
background-color: #1C660A;
}
</style>
border-color css
<style>
span { border-color: #1C660A; }
span { border-color: rgb(28,102,10); }
td.TdClassName
{
border-color: #1C660A;
}
.TagClassName
{
border-color: #1C660A;
}
</style>