Shades of Elf Green #138768
Tints of Elf Green #138768
RGB
CMYK
RGB Variations
Color information
#138768 (or 0x138768) is known color: Elf Green. HEX triplet: 13, 87 and 68. RGB value is (19,135,104). Sum of RGB (Red+Green+Blue) = 19+135+104=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #138768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138768 is #EC7897. Grayscale: #606060. Windows color (decimal): -15497368 or 6850323. OLE color: 6850323.
HSL color Cylindrical-coordinate representation of color #138768: hue angle of 163.97º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138768 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 104 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.47 |
| HSL | 163.97º | 0.75% | 0.3% | - |
| HSV(B) | 163.97º | 0.86% | 0.53% | - |
| XYZ | 11.43 | 18.47 | 16.06 | - |
| YUV | 96.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 104 | 0.86 | 0 | 0.23 | 0.47 | 163.97 | 0.75 | 0.3 |
| Hex | 13 | 87 | 68 | 56 | 0 | 17 | 2F | A4 | 4B | 1E |
| Octal | 23 | 207 | 150 | 126 | 0 | 27 | 57 | 244 | 113 | 36 |
| Binary | 10011 | 10000111 | 1101000 | 1010110 | 0 | 10111 | 101111 | 10100100 | 1001011 | 11110 |
Color Harmonies of #138768
Complementary color
Monochromatic Colors of #138768
Black with #138768
Text Example
Text Example
White with #138768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138768; }
p { color: rgb(19,135,104); }
H1.HeaderClassName
{
color: #138768;
}
.AnyTagClassName
{
color: #138768;
}
</style>
background-color css
<style>
a { background-color: #138768; }
a { background-color: rgb(19,135,104); }
div.DivClassName
{
background-color: #138768;
}
.BgClassName
{
background-color: #138768;
}
</style>
border-color css
<style>
span { border-color: #138768; }
span { border-color: rgb(19,135,104); }
td.TdClassName
{
border-color: #138768;
}
.TagClassName
{
border-color: #138768;
}
</style>