Shades of Elf Green #108965
Tints of Elf Green #108965
RGB
CMYK
RGB Variations
Color information
#108965 (or 0x108965) is known color: Elf Green. HEX triplet: 10, 89 and 65. RGB value is (16,137,101). Sum of RGB (Red+Green+Blue) = 16+137+101=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #108965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108965 is #EF769A. Grayscale: #606060. Windows color (decimal): -15693467 or 6654224. OLE color: 6654224.
HSL color Cylindrical-coordinate representation of color #108965: hue angle of 162.15º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108965 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 137 | 101 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.46 |
| HSL | 162.15º | 0.79% | 0.3% | - |
| HSV(B) | 162.15º | 0.88% | 0.54% | - |
| XYZ | 11.51 | 18.94 | 15.36 | - |
| YUV | 96.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 101 | 0.88 | 0 | 0.26 | 0.46 | 162.15 | 0.79 | 0.3 |
| Hex | 10 | 89 | 65 | 58 | 0 | 1A | 2E | A2 | 4F | 1E |
| Octal | 20 | 211 | 145 | 130 | 0 | 32 | 56 | 242 | 117 | 36 |
| Binary | 10000 | 10001001 | 1100101 | 1011000 | 0 | 11010 | 101110 | 10100010 | 1001111 | 11110 |
Color Harmonies of #108965
Complementary color
Monochromatic Colors of #108965
Black with #108965
Text Example
Text Example
White with #108965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108965; }
p { color: rgb(16,137,101); }
H1.HeaderClassName
{
color: #108965;
}
.AnyTagClassName
{
color: #108965;
}
</style>
background-color css
<style>
a { background-color: #108965; }
a { background-color: rgb(16,137,101); }
div.DivClassName
{
background-color: #108965;
}
.BgClassName
{
background-color: #108965;
}
</style>
border-color css
<style>
span { border-color: #108965; }
span { border-color: rgb(16,137,101); }
td.TdClassName
{
border-color: #108965;
}
.TagClassName
{
border-color: #108965;
}
</style>