Shades of Green #117E0D
Tints of Green #117E0D
RGB
CMYK
RGB Variations
Color information
#117E0D (or 0x117E0D) is known color: Green. HEX triplet: 11, 7E and 0D. RGB value is (17,126,13). Sum of RGB (Red+Green+Blue) = 17+126+13=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 126 (49.61% from 255 or 80.77% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 126 - color contains mainly: green. Hex color #117E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117E0D is #EE81F2. Grayscale: #505050. Windows color (decimal): -15630835 or 884241. OLE color: 884241.
HSL color Cylindrical-coordinate representation of color #117E0D: hue angle of 117.88º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117E0D is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 13 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.51 |
| HSL | 117.88º | 0.81% | 0.27% | - |
| HSV(B) | 117.88º | 0.9% | 0.49% | - |
| XYZ | 7.76 | 15.07 | 2.88 | - |
| YUV | 80.53 | 89.89 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 13 | 0.87 | 0 | 0.90 | 0.51 | 117.88 | 0.81 | 0.27 |
| Hex | 11 | 7E | D | 57 | 0 | 5A | 33 | 76 | 51 | 1B |
| Octal | 21 | 176 | 15 | 127 | 0 | 132 | 63 | 166 | 121 | 33 |
| Binary | 10001 | 1111110 | 1101 | 1010111 | 0 | 1011010 | 110011 | 1110110 | 1010001 | 11011 |
Color Harmonies of #117E0D
Complementary color
Monochromatic Colors of #117E0D
Black with #117E0D
Text Example
Text Example
White with #117E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E0D; }
p { color: rgb(17,126,13); }
H1.HeaderClassName
{
color: #117E0D;
}
.AnyTagClassName
{
color: #117E0D;
}
</style>
background-color css
<style>
a { background-color: #117E0D; }
a { background-color: rgb(17,126,13); }
div.DivClassName
{
background-color: #117E0D;
}
.BgClassName
{
background-color: #117E0D;
}
</style>
border-color css
<style>
span { border-color: #117E0D; }
span { border-color: rgb(17,126,13); }
td.TdClassName
{
border-color: #117E0D;
}
.TagClassName
{
border-color: #117E0D;
}
</style>