Shades of Elf Green #158B68
Tints of Elf Green #158B68
RGB
CMYK
RGB Variations
Color information
#158B68 (or 0x158B68) is known color: Elf Green. HEX triplet: 15, 8B and 68. RGB value is (21,139,104). Sum of RGB (Red+Green+Blue) = 21+139+104=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #158B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B68 is #EA7497. Grayscale: #636363. Windows color (decimal): -15365272 or 6851349. OLE color: 6851349.
HSL color Cylindrical-coordinate representation of color #158B68: hue angle of 162.2º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B68 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 104 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.45 |
| HSL | 162.2º | 0.74% | 0.31% | - |
| HSV(B) | 162.2º | 0.85% | 0.55% | - |
| XYZ | 12.04 | 19.62 | 16.25 | - |
| YUV | 99.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 104 | 0.85 | 0 | 0.25 | 0.45 | 162.2 | 0.74 | 0.31 |
| Hex | 15 | 8B | 68 | 55 | 0 | 19 | 2D | A2 | 4A | 1F |
| Octal | 25 | 213 | 150 | 125 | 0 | 31 | 55 | 242 | 112 | 37 |
| Binary | 10101 | 10001011 | 1101000 | 1010101 | 0 | 11001 | 101101 | 10100010 | 1001010 | 11111 |
Color Harmonies of #158B68
Complementary color
Monochromatic Colors of #158B68
Black with #158B68
Text Example
Text Example
White with #158B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B68; }
p { color: rgb(21,139,104); }
H1.HeaderClassName
{
color: #158B68;
}
.AnyTagClassName
{
color: #158B68;
}
</style>
background-color css
<style>
a { background-color: #158B68; }
a { background-color: rgb(21,139,104); }
div.DivClassName
{
background-color: #158B68;
}
.BgClassName
{
background-color: #158B68;
}
</style>
border-color css
<style>
span { border-color: #158B68; }
span { border-color: rgb(21,139,104); }
td.TdClassName
{
border-color: #158B68;
}
.TagClassName
{
border-color: #158B68;
}
</style>