Shades of Jade #0DB672
Tints of Jade #0DB672
RGB
CMYK
RGB Variations
Color information
#0DB672 (or 0x0DB672) is known color: Jade. HEX triplet: 0D, B6 and 72. RGB value is (13,182,114). Sum of RGB (Red+Green+Blue) = 13+182+114=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB672 is #F2498D. Grayscale: #7B7B7B. Windows color (decimal): -15878542 or 7517709. OLE color: 7517709.
HSL color Cylindrical-coordinate representation of color #0DB672: hue angle of 155.86º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB672 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 114 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.29 |
| HSL | 155.86º | 0.87% | 0.38% | - |
| HSV(B) | 155.86º | 0.93% | 0.71% | - |
| XYZ | 19.93 | 34.76 | 21.58 | - |
| YUV | 123.72 | 122.51 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 114 | 0.93 | 0 | 0.37 | 0.29 | 155.86 | 0.87 | 0.38 |
| Hex | D | B6 | 72 | 5D | 0 | 25 | 1D | 9C | 57 | 26 |
| Octal | 15 | 266 | 162 | 135 | 0 | 45 | 35 | 234 | 127 | 46 |
| Binary | 1101 | 10110110 | 1110010 | 1011101 | 0 | 100101 | 11101 | 10011100 | 1010111 | 100110 |
Color Harmonies of #0DB672
Complementary color
Monochromatic Colors of #0DB672
Black with #0DB672
Text Example
Text Example
White with #0DB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB672; }
p { color: rgb(13,182,114); }
H1.HeaderClassName
{
color: #0DB672;
}
.AnyTagClassName
{
color: #0DB672;
}
</style>
background-color css
<style>
a { background-color: #0DB672; }
a { background-color: rgb(13,182,114); }
div.DivClassName
{
background-color: #0DB672;
}
.BgClassName
{
background-color: #0DB672;
}
</style>
border-color css
<style>
span { border-color: #0DB672; }
span { border-color: rgb(13,182,114); }
td.TdClassName
{
border-color: #0DB672;
}
.TagClassName
{
border-color: #0DB672;
}
</style>