Shades of Jewel #0D6B44
Tints of Jewel #0D6B44
RGB
CMYK
RGB Variations
Color information
#0D6B44 (or 0x0D6B44) is known color: Jewel. HEX triplet: 0D, 6B and 44. RGB value is (13,107,68). Sum of RGB (Red+Green+Blue) = 13+107+68=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6B44 is #F294BB. Grayscale: #4A4A4A. Windows color (decimal): -15897788 or 4483853. OLE color: 4483853.
HSL color Cylindrical-coordinate representation of color #0D6B44: hue angle of 155.11º 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 #0D6B44 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 107 | 68 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.58 |
| HSL | 155.11º | 0.78% | 0.24% | - |
| HSV(B) | 155.11º | 0.88% | 0.42% | - |
| XYZ | 6.47 | 11.02 | 7.25 | - |
| YUV | 74.45 | 124.36 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 68 | 0.88 | 0 | 0.36 | 0.58 | 155.11 | 0.78 | 0.24 |
| Hex | D | 6B | 44 | 58 | 0 | 24 | 3A | 9B | 4E | 18 |
| Octal | 15 | 153 | 104 | 130 | 0 | 44 | 72 | 233 | 116 | 30 |
| Binary | 1101 | 1101011 | 1000100 | 1011000 | 0 | 100100 | 111010 | 10011011 | 1001110 | 11000 |
Color Harmonies of #0D6B44
Complementary color
Monochromatic Colors of #0D6B44
Black with #0D6B44
Text Example
Text Example
White with #0D6B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6B44; }
p { color: rgb(13,107,68); }
H1.HeaderClassName
{
color: #0D6B44;
}
.AnyTagClassName
{
color: #0D6B44;
}
</style>
background-color css
<style>
a { background-color: #0D6B44; }
a { background-color: rgb(13,107,68); }
div.DivClassName
{
background-color: #0D6B44;
}
.BgClassName
{
background-color: #0D6B44;
}
</style>
border-color css
<style>
span { border-color: #0D6B44; }
span { border-color: rgb(13,107,68); }
td.TdClassName
{
border-color: #0D6B44;
}
.TagClassName
{
border-color: #0D6B44;
}
</style>