Shades of Green #118207
Tints of Green #118207
RGB
CMYK
RGB Variations
Color information
#118207 (or 0x118207) is known color: Green. HEX triplet: 11, 82 and 07. RGB value is (17,130,7). Sum of RGB (Red+Green+Blue) = 17+130+7=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #118207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118207 is #EE7DF8. Grayscale: #525252. Windows color (decimal): -15629817 or 492049. OLE color: 492049.
HSL color Cylindrical-coordinate representation of color #118207: hue angle of 115.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #118207 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 7 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.49 |
| HSL | 115.12º | 0.9% | 0.27% | - |
| HSV(B) | 115.12º | 0.95% | 0.51% | - |
| XYZ | 8.25 | 16.1 | 2.87 | - |
| YUV | 82.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 7 | 0.87 | 0 | 0.95 | 0.49 | 115.12 | 0.9 | 0.27 |
| Hex | 11 | 82 | 7 | 57 | 0 | 5F | 31 | 73 | 5A | 1B |
| Octal | 21 | 202 | 7 | 127 | 0 | 137 | 61 | 163 | 132 | 33 |
| Binary | 10001 | 10000010 | 111 | 1010111 | 0 | 1011111 | 110001 | 1110011 | 1011010 | 11011 |
Color Harmonies of #118207
Complementary color
Monochromatic Colors of #118207
Black with #118207
Text Example
Text Example
White with #118207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118207; }
p { color: rgb(17,130,7); }
H1.HeaderClassName
{
color: #118207;
}
.AnyTagClassName
{
color: #118207;
}
</style>
background-color css
<style>
a { background-color: #118207; }
a { background-color: rgb(17,130,7); }
div.DivClassName
{
background-color: #118207;
}
.BgClassName
{
background-color: #118207;
}
</style>
border-color css
<style>
span { border-color: #118207; }
span { border-color: rgb(17,130,7); }
td.TdClassName
{
border-color: #118207;
}
.TagClassName
{
border-color: #118207;
}
</style>