Shades of Elf Green #10976C
Tints of Elf Green #10976C
RGB
CMYK
RGB Variations
Color information
#10976C (or 0x10976C) is known color: Elf Green. HEX triplet: 10, 97 and 6C. RGB value is (16,151,108). Sum of RGB (Red+Green+Blue) = 16+151+108=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #10976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10976C is #EF6893. Grayscale: #696969. Windows color (decimal): -15689876 or 7116560. OLE color: 7116560.
HSL color Cylindrical-coordinate representation of color #10976C: hue angle of 160.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10976C is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 151 | 108 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.41 |
| HSL | 160.89º | 0.81% | 0.33% | - |
| HSV(B) | 160.89º | 0.89% | 0.59% | - |
| XYZ | 13.99 | 23.33 | 17.95 | - |
| YUV | 105.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 108 | 0.89 | 0 | 0.28 | 0.41 | 160.89 | 0.81 | 0.33 |
| Hex | 10 | 97 | 6C | 59 | 0 | 1C | 29 | A1 | 51 | 21 |
| Octal | 20 | 227 | 154 | 131 | 0 | 34 | 51 | 241 | 121 | 41 |
| Binary | 10000 | 10010111 | 1101100 | 1011001 | 0 | 11100 | 101001 | 10100001 | 1010001 | 100001 |
Color Harmonies of #10976C
Complementary color
Monochromatic Colors of #10976C
Black with #10976C
Text Example
Text Example
White with #10976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10976C; }
p { color: rgb(16,151,108); }
H1.HeaderClassName
{
color: #10976C;
}
.AnyTagClassName
{
color: #10976C;
}
</style>
background-color css
<style>
a { background-color: #10976C; }
a { background-color: rgb(16,151,108); }
div.DivClassName
{
background-color: #10976C;
}
.BgClassName
{
background-color: #10976C;
}
</style>
border-color css
<style>
span { border-color: #10976C; }
span { border-color: rgb(16,151,108); }
td.TdClassName
{
border-color: #10976C;
}
.TagClassName
{
border-color: #10976C;
}
</style>