Shades of Elf Green #139B68
Tints of Elf Green #139B68
RGB
CMYK
RGB Variations
Color information
#139B68 (or 0x139B68) is known color: Elf Green. HEX triplet: 13, 9B and 68. RGB value is (19,155,104). Sum of RGB (Red+Green+Blue) = 19+155+104=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #139B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B68 is #EC6497. Grayscale: #6C6C6C. Windows color (decimal): -15492248 or 6855443. OLE color: 6855443.
HSL color Cylindrical-coordinate representation of color #139B68: hue angle of 157.5º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B68 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 104 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.39 |
| HSL | 157.5º | 0.78% | 0.34% | - |
| HSV(B) | 157.5º | 0.88% | 0.61% | - |
| XYZ | 14.49 | 24.58 | 17.08 | - |
| YUV | 108.52 | 125.44 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 104 | 0.88 | 0 | 0.33 | 0.39 | 157.5 | 0.78 | 0.34 |
| Hex | 13 | 9B | 68 | 58 | 0 | 21 | 27 | 9E | 4E | 22 |
| Octal | 23 | 233 | 150 | 130 | 0 | 41 | 47 | 236 | 116 | 42 |
| Binary | 10011 | 10011011 | 1101000 | 1011000 | 0 | 100001 | 100111 | 10011110 | 1001110 | 100010 |
Color Harmonies of #139B68
Complementary color
Monochromatic Colors of #139B68
Black with #139B68
Text Example
Text Example
White with #139B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B68; }
p { color: rgb(19,155,104); }
H1.HeaderClassName
{
color: #139B68;
}
.AnyTagClassName
{
color: #139B68;
}
</style>
background-color css
<style>
a { background-color: #139B68; }
a { background-color: rgb(19,155,104); }
div.DivClassName
{
background-color: #139B68;
}
.BgClassName
{
background-color: #139B68;
}
</style>
border-color css
<style>
span { border-color: #139B68; }
span { border-color: rgb(19,155,104); }
td.TdClassName
{
border-color: #139B68;
}
.TagClassName
{
border-color: #139B68;
}
</style>