Shades of Elf Green #118777
Tints of Elf Green #118777
RGB
CMYK
RGB Variations
Color information
#118777 (or 0x118777) is known color: Elf Green. HEX triplet: 11, 87 and 77. RGB value is (17,135,119). Sum of RGB (Red+Green+Blue) = 17+135+119=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #118777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118777 is #EE7888. Grayscale: #616161. Windows color (decimal): -15628425 or 7833361. OLE color: 7833361.
HSL color Cylindrical-coordinate representation of color #118777: hue angle of 171.86º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118777 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 119 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.47 |
| HSL | 171.86º | 0.78% | 0.3% | - |
| HSV(B) | 171.86º | 0.87% | 0.53% | - |
| XYZ | 12.22 | 18.78 | 20.43 | - |
| YUV | 97.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 119 | 0.87 | 0 | 0.12 | 0.47 | 171.86 | 0.78 | 0.3 |
| Hex | 11 | 87 | 77 | 57 | 0 | C | 2F | AC | 4E | 1E |
| Octal | 21 | 207 | 167 | 127 | 0 | 14 | 57 | 254 | 116 | 36 |
| Binary | 10001 | 10000111 | 1110111 | 1010111 | 0 | 1100 | 101111 | 10101100 | 1001110 | 11110 |
Color Harmonies of #118777
Complementary color
Monochromatic Colors of #118777
Black with #118777
Text Example
Text Example
White with #118777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118777; }
p { color: rgb(17,135,119); }
H1.HeaderClassName
{
color: #118777;
}
.AnyTagClassName
{
color: #118777;
}
</style>
background-color css
<style>
a { background-color: #118777; }
a { background-color: rgb(17,135,119); }
div.DivClassName
{
background-color: #118777;
}
.BgClassName
{
background-color: #118777;
}
</style>
border-color css
<style>
span { border-color: #118777; }
span { border-color: rgb(17,135,119); }
td.TdClassName
{
border-color: #118777;
}
.TagClassName
{
border-color: #118777;
}
</style>