Shades of Jewel #0D7040
Tints of Jewel #0D7040
RGB
CMYK
RGB Variations
Color information
#0D7040 (or 0x0D7040) is known color: Jewel. HEX triplet: 0D, 70 and 40. RGB value is (13,112,64). Sum of RGB (Red+Green+Blue) = 13+112+64=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7040 is #F28FBF. Grayscale: #4D4D4D. Windows color (decimal): -15896512 or 4222989. OLE color: 4222989.
HSL color Cylindrical-coordinate representation of color #0D7040: hue angle of 150.91º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7040 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 64 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.56 |
| HSL | 150.91º | 0.79% | 0.25% | - |
| HSV(B) | 150.91º | 0.88% | 0.44% | - |
| XYZ | 6.89 | 12.04 | 6.81 | - |
| YUV | 76.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 64 | 0.88 | 0 | 0.43 | 0.56 | 150.91 | 0.79 | 0.25 |
| Hex | D | 70 | 40 | 58 | 0 | 2B | 38 | 97 | 4F | 19 |
| Octal | 15 | 160 | 100 | 130 | 0 | 53 | 70 | 227 | 117 | 31 |
| Binary | 1101 | 1110000 | 1000000 | 1011000 | 0 | 101011 | 111000 | 10010111 | 1001111 | 11001 |
Color Harmonies of #0D7040
Complementary color
Monochromatic Colors of #0D7040
Black with #0D7040
Text Example
Text Example
White with #0D7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7040; }
p { color: rgb(13,112,64); }
H1.HeaderClassName
{
color: #0D7040;
}
.AnyTagClassName
{
color: #0D7040;
}
</style>
background-color css
<style>
a { background-color: #0D7040; }
a { background-color: rgb(13,112,64); }
div.DivClassName
{
background-color: #0D7040;
}
.BgClassName
{
background-color: #0D7040;
}
</style>
border-color css
<style>
span { border-color: #0D7040; }
span { border-color: rgb(13,112,64); }
td.TdClassName
{
border-color: #0D7040;
}
.TagClassName
{
border-color: #0D7040;
}
</style>