Shades of Elf Green #109067
Tints of Elf Green #109067
RGB
CMYK
RGB Variations
Color information
#109067 (or 0x109067) is known color: Elf Green. HEX triplet: 10, 90 and 67. RGB value is (16,144,103). Sum of RGB (Red+Green+Blue) = 16+144+103=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #109067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109067 is #EF6F98. Grayscale: #656565. Windows color (decimal): -15691673 or 6787088. OLE color: 6787088.
HSL color Cylindrical-coordinate representation of color #109067: hue angle of 160.78º 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 #109067 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 144 | 103 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.44 |
| HSL | 160.78º | 0.8% | 0.31% | - |
| HSV(B) | 160.78º | 0.89% | 0.56% | - |
| XYZ | 12.64 | 21.04 | 16.23 | - |
| YUV | 101.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 103 | 0.89 | 0 | 0.28 | 0.44 | 160.78 | 0.8 | 0.31 |
| Hex | 10 | 90 | 67 | 59 | 0 | 1C | 2C | A1 | 50 | 1F |
| Octal | 20 | 220 | 147 | 131 | 0 | 34 | 54 | 241 | 120 | 37 |
| Binary | 10000 | 10010000 | 1100111 | 1011001 | 0 | 11100 | 101100 | 10100001 | 1010000 | 11111 |
Color Harmonies of #109067
Complementary color
Monochromatic Colors of #109067
Black with #109067
Text Example
Text Example
White with #109067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109067; }
p { color: rgb(16,144,103); }
H1.HeaderClassName
{
color: #109067;
}
.AnyTagClassName
{
color: #109067;
}
</style>
background-color css
<style>
a { background-color: #109067; }
a { background-color: rgb(16,144,103); }
div.DivClassName
{
background-color: #109067;
}
.BgClassName
{
background-color: #109067;
}
</style>
border-color css
<style>
span { border-color: #109067; }
span { border-color: rgb(16,144,103); }
td.TdClassName
{
border-color: #109067;
}
.TagClassName
{
border-color: #109067;
}
</style>