Shades of Green #117403
Tints of Green #117403
RGB
CMYK
RGB Variations
Color information
#117403 (or 0x117403) is known color: Green. HEX triplet: 11, 74 and 03. RGB value is (17,116,3). Sum of RGB (Red+Green+Blue) = 17+116+3=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 116 (45.70% from 255 or 85.29% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 116 - color contains mainly: green. Hex color #117403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117403 is #EE8BFC. Grayscale: #494949. Windows color (decimal): -15633405 or 226321. OLE color: 226321.
HSL color Cylindrical-coordinate representation of color #117403: hue angle of 112.57º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #117403 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 3 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.55 |
| HSL | 112.57º | 0.95% | 0.23% | - |
| HSV(B) | 112.57º | 0.97% | 0.45% | - |
| XYZ | 6.49 | 12.62 | 2.18 | - |
| YUV | 73.52 | 88.2 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 3 | 0.85 | 0 | 0.97 | 0.55 | 112.57 | 0.95 | 0.23 |
| Hex | 11 | 74 | 3 | 55 | 0 | 61 | 37 | 71 | 5F | 17 |
| Octal | 21 | 164 | 3 | 125 | 0 | 141 | 67 | 161 | 137 | 27 |
| Binary | 10001 | 1110100 | 11 | 1010101 | 0 | 1100001 | 110111 | 1110001 | 1011111 | 10111 |
Color Harmonies of #117403
Complementary color
Monochromatic Colors of #117403
Black with #117403
Text Example
Text Example
White with #117403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117403; }
p { color: rgb(17,116,3); }
H1.HeaderClassName
{
color: #117403;
}
.AnyTagClassName
{
color: #117403;
}
</style>
background-color css
<style>
a { background-color: #117403; }
a { background-color: rgb(17,116,3); }
div.DivClassName
{
background-color: #117403;
}
.BgClassName
{
background-color: #117403;
}
</style>
border-color css
<style>
span { border-color: #117403; }
span { border-color: rgb(17,116,3); }
td.TdClassName
{
border-color: #117403;
}
.TagClassName
{
border-color: #117403;
}
</style>