Shades of Green #11860C
Tints of Green #11860C
RGB
CMYK
RGB Variations
Color information
#11860C (or 0x11860C) is known color: Green. HEX triplet: 11, 86 and 0C. RGB value is (17,134,12). Sum of RGB (Red+Green+Blue) = 17+134+12=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 134 (52.73% from 255 or 82.21% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 134 - color contains mainly: green. Hex color #11860C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11860C is #EE79F3. Grayscale: #555555. Windows color (decimal): -15628788 or 820753. OLE color: 820753.
HSL color Cylindrical-coordinate representation of color #11860C: hue angle of 117.54º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11860C is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 134 | 12 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.47 |
| HSL | 117.54º | 0.84% | 0.29% | - |
| HSV(B) | 117.54º | 0.91% | 0.53% | - |
| XYZ | 8.82 | 17.2 | 3.2 | - |
| YUV | 85.11 | 86.74 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 12 | 0.87 | 0 | 0.91 | 0.47 | 117.54 | 0.84 | 0.29 |
| Hex | 11 | 86 | C | 57 | 0 | 5B | 2F | 76 | 54 | 1D |
| Octal | 21 | 206 | 14 | 127 | 0 | 133 | 57 | 166 | 124 | 35 |
| Binary | 10001 | 10000110 | 1100 | 1010111 | 0 | 1011011 | 101111 | 1110110 | 1010100 | 11101 |
Color Harmonies of #11860C
Complementary color
Monochromatic Colors of #11860C
Black with #11860C
Text Example
Text Example
White with #11860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11860C; }
p { color: rgb(17,134,12); }
H1.HeaderClassName
{
color: #11860C;
}
.AnyTagClassName
{
color: #11860C;
}
</style>
background-color css
<style>
a { background-color: #11860C; }
a { background-color: rgb(17,134,12); }
div.DivClassName
{
background-color: #11860C;
}
.BgClassName
{
background-color: #11860C;
}
</style>
border-color css
<style>
span { border-color: #11860C; }
span { border-color: rgb(17,134,12); }
td.TdClassName
{
border-color: #11860C;
}
.TagClassName
{
border-color: #11860C;
}
</style>