Shades of Elf Green #109065
Tints of Elf Green #109065
RGB
CMYK
RGB Variations
Color information
#109065 (or 0x109065) is known color: Elf Green. HEX triplet: 10, 90 and 65. RGB value is (16,144,101). Sum of RGB (Red+Green+Blue) = 16+144+101=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #109065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109065 is #EF6F9A. Grayscale: #646464. Windows color (decimal): -15691675 or 6656016. OLE color: 6656016.
HSL color Cylindrical-coordinate representation of color #109065: hue angle of 159.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109065 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 144 | 101 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.44 |
| HSL | 159.84º | 0.8% | 0.31% | - |
| HSV(B) | 159.84º | 0.89% | 0.56% | - |
| XYZ | 12.54 | 21 | 15.7 | - |
| YUV | 100.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 101 | 0.89 | 0 | 0.30 | 0.44 | 159.84 | 0.8 | 0.31 |
| Hex | 10 | 90 | 65 | 59 | 0 | 1E | 2C | A0 | 50 | 1F |
| Octal | 20 | 220 | 145 | 131 | 0 | 36 | 54 | 240 | 120 | 37 |
| Binary | 10000 | 10010000 | 1100101 | 1011001 | 0 | 11110 | 101100 | 10100000 | 1010000 | 11111 |
Color Harmonies of #109065
Complementary color
Monochromatic Colors of #109065
Black with #109065
Text Example
Text Example
White with #109065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109065; }
p { color: rgb(16,144,101); }
H1.HeaderClassName
{
color: #109065;
}
.AnyTagClassName
{
color: #109065;
}
</style>
background-color css
<style>
a { background-color: #109065; }
a { background-color: rgb(16,144,101); }
div.DivClassName
{
background-color: #109065;
}
.BgClassName
{
background-color: #109065;
}
</style>
border-color css
<style>
span { border-color: #109065; }
span { border-color: rgb(16,144,101); }
td.TdClassName
{
border-color: #109065;
}
.TagClassName
{
border-color: #109065;
}
</style>