Shades of Elf Green #128679
Tints of Elf Green #128679
RGB
CMYK
RGB Variations
Color information
#128679 (or 0x128679) is known color: Elf Green. HEX triplet: 12, 86 and 79. RGB value is (18,134,121). Sum of RGB (Red+Green+Blue) = 18+134+121=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #128679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128679 is #ED7986. Grayscale: #616161. Windows color (decimal): -15563143 or 7964178. OLE color: 7964178.
HSL color Cylindrical-coordinate representation of color #128679: hue angle of 173.28º degrees, saturation: 0.76, 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 #128679 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 121 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.47 |
| HSL | 173.28º | 0.76% | 0.3% | - |
| HSV(B) | 173.28º | 0.87% | 0.53% | - |
| XYZ | 12.23 | 18.56 | 21.03 | - |
| YUV | 97.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 121 | 0.87 | 0 | 0.10 | 0.47 | 173.28 | 0.76 | 0.3 |
| Hex | 12 | 86 | 79 | 57 | 0 | A | 2F | AD | 4C | 1E |
| Octal | 22 | 206 | 171 | 127 | 0 | 12 | 57 | 255 | 114 | 36 |
| Binary | 10010 | 10000110 | 1111001 | 1010111 | 0 | 1010 | 101111 | 10101101 | 1001100 | 11110 |
Color Harmonies of #128679
Complementary color
Monochromatic Colors of #128679
Black with #128679
Text Example
Text Example
White with #128679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128679; }
p { color: rgb(18,134,121); }
H1.HeaderClassName
{
color: #128679;
}
.AnyTagClassName
{
color: #128679;
}
</style>
background-color css
<style>
a { background-color: #128679; }
a { background-color: rgb(18,134,121); }
div.DivClassName
{
background-color: #128679;
}
.BgClassName
{
background-color: #128679;
}
</style>
border-color css
<style>
span { border-color: #128679; }
span { border-color: rgb(18,134,121); }
td.TdClassName
{
border-color: #128679;
}
.TagClassName
{
border-color: #128679;
}
</style>