Shades of Elf Green #148768
Tints of Elf Green #148768
RGB
CMYK
RGB Variations
Color information
#148768 (or 0x148768) is known color: Elf Green. HEX triplet: 14, 87 and 68. RGB value is (20,135,104). Sum of RGB (Red+Green+Blue) = 20+135+104=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #148768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148768 is #EB7897. Grayscale: #616161. Windows color (decimal): -15431832 or 6850324. OLE color: 6850324.
HSL color Cylindrical-coordinate representation of color #148768: hue angle of 163.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148768 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 104 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.47 |
| HSL | 163.83º | 0.74% | 0.3% | - |
| HSV(B) | 163.83º | 0.85% | 0.53% | - |
| XYZ | 11.45 | 18.48 | 16.06 | - |
| YUV | 97.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 104 | 0.85 | 0 | 0.23 | 0.47 | 163.83 | 0.74 | 0.3 |
| Hex | 14 | 87 | 68 | 55 | 0 | 17 | 2F | A4 | 4A | 1E |
| Octal | 24 | 207 | 150 | 125 | 0 | 27 | 57 | 244 | 112 | 36 |
| Binary | 10100 | 10000111 | 1101000 | 1010101 | 0 | 10111 | 101111 | 10100100 | 1001010 | 11110 |
Color Harmonies of #148768
Complementary color
Monochromatic Colors of #148768
Black with #148768
Text Example
Text Example
White with #148768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148768; }
p { color: rgb(20,135,104); }
H1.HeaderClassName
{
color: #148768;
}
.AnyTagClassName
{
color: #148768;
}
</style>
background-color css
<style>
a { background-color: #148768; }
a { background-color: rgb(20,135,104); }
div.DivClassName
{
background-color: #148768;
}
.BgClassName
{
background-color: #148768;
}
</style>
border-color css
<style>
span { border-color: #148768; }
span { border-color: rgb(20,135,104); }
td.TdClassName
{
border-color: #148768;
}
.TagClassName
{
border-color: #148768;
}
</style>