Shades of Jewel #0D6B49
Tints of Jewel #0D6B49
RGB
CMYK
RGB Variations
Color information
#0D6B49 (or 0x0D6B49) is known color: Jewel. HEX triplet: 0D, 6B and 49. RGB value is (13,107,73). Sum of RGB (Red+Green+Blue) = 13+107+73=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6B49 is #F294B6. Grayscale: #4B4B4B. Windows color (decimal): -15897783 or 4811533. OLE color: 4811533.
HSL color Cylindrical-coordinate representation of color #0D6B49: hue angle of 158.3º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6B49 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 107 | 73 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.58 |
| HSL | 158.3º | 0.78% | 0.24% | - |
| HSV(B) | 158.3º | 0.88% | 0.42% | - |
| XYZ | 6.63 | 11.08 | 8.09 | - |
| YUV | 75.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 73 | 0.88 | 0 | 0.32 | 0.58 | 158.3 | 0.78 | 0.24 |
| Hex | D | 6B | 49 | 58 | 0 | 20 | 3A | 9E | 4E | 18 |
| Octal | 15 | 153 | 111 | 130 | 0 | 40 | 72 | 236 | 116 | 30 |
| Binary | 1101 | 1101011 | 1001001 | 1011000 | 0 | 100000 | 111010 | 10011110 | 1001110 | 11000 |
Color Harmonies of #0D6B49
Complementary color
Monochromatic Colors of #0D6B49
Black with #0D6B49
Text Example
Text Example
White with #0D6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6B49; }
p { color: rgb(13,107,73); }
H1.HeaderClassName
{
color: #0D6B49;
}
.AnyTagClassName
{
color: #0D6B49;
}
</style>
background-color css
<style>
a { background-color: #0D6B49; }
a { background-color: rgb(13,107,73); }
div.DivClassName
{
background-color: #0D6B49;
}
.BgClassName
{
background-color: #0D6B49;
}
</style>
border-color css
<style>
span { border-color: #0D6B49; }
span { border-color: rgb(13,107,73); }
td.TdClassName
{
border-color: #0D6B49;
}
.TagClassName
{
border-color: #0D6B49;
}
</style>