Shades of Elf Green #0D896B
Tints of Elf Green #0D896B
RGB
CMYK
RGB Variations
Color information
#0D896B (or 0x0D896B) is known color: Elf Green. HEX triplet: 0D, 89 and 6B. RGB value is (13,137,107). Sum of RGB (Red+Green+Blue) = 13+137+107=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #0D896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D896B is #F27694. Grayscale: #606060. Windows color (decimal): -15890069 or 7047437. OLE color: 7047437.
HSL color Cylindrical-coordinate representation of color #0D896B: hue angle of 165.48º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D896B is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 107 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.46 |
| HSL | 165.48º | 0.83% | 0.29% | - |
| HSV(B) | 165.48º | 0.91% | 0.54% | - |
| XYZ | 11.77 | 19.04 | 16.96 | - |
| YUV | 96.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 107 | 0.91 | 0 | 0.22 | 0.46 | 165.48 | 0.83 | 0.29 |
| Hex | D | 89 | 6B | 5B | 0 | 16 | 2E | A5 | 53 | 1D |
| Octal | 15 | 211 | 153 | 133 | 0 | 26 | 56 | 245 | 123 | 35 |
| Binary | 1101 | 10001001 | 1101011 | 1011011 | 0 | 10110 | 101110 | 10100101 | 1010011 | 11101 |
Color Harmonies of #0D896B
Complementary color
Monochromatic Colors of #0D896B
Black with #0D896B
Text Example
Text Example
White with #0D896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D896B; }
p { color: rgb(13,137,107); }
H1.HeaderClassName
{
color: #0D896B;
}
.AnyTagClassName
{
color: #0D896B;
}
</style>
background-color css
<style>
a { background-color: #0D896B; }
a { background-color: rgb(13,137,107); }
div.DivClassName
{
background-color: #0D896B;
}
.BgClassName
{
background-color: #0D896B;
}
</style>
border-color css
<style>
span { border-color: #0D896B; }
span { border-color: rgb(13,137,107); }
td.TdClassName
{
border-color: #0D896B;
}
.TagClassName
{
border-color: #0D896B;
}
</style>