Shades of Jewel #0D613F
Tints of Jewel #0D613F
RGB
CMYK
RGB Variations
Color information
#0D613F (or 0x0D613F) is known color: Jewel. HEX triplet: 0D, 61 and 3F. RGB value is (13,97,63). Sum of RGB (Red+Green+Blue) = 13+97+63=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #0D613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D613F is #F29EC0. Grayscale: #444444. Windows color (decimal): -15900353 or 4153613. OLE color: 4153613.
HSL color Cylindrical-coordinate representation of color #0D613F: hue angle of 155.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D613F is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 63 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.62 |
| HSL | 155.71º | 0.76% | 0.22% | - |
| HSV(B) | 155.71º | 0.87% | 0.38% | - |
| XYZ | 5.34 | 8.99 | 6.16 | - |
| YUV | 68.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 63 | 0.87 | 0 | 0.35 | 0.62 | 155.71 | 0.76 | 0.22 |
| Hex | D | 61 | 3F | 57 | 0 | 23 | 3E | 9C | 4C | 16 |
| Octal | 15 | 141 | 77 | 127 | 0 | 43 | 76 | 234 | 114 | 26 |
| Binary | 1101 | 1100001 | 111111 | 1010111 | 0 | 100011 | 111110 | 10011100 | 1001100 | 10110 |
Color Harmonies of #0D613F
Complementary color
Monochromatic Colors of #0D613F
Black with #0D613F
Text Example
Text Example
White with #0D613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D613F; }
p { color: rgb(13,97,63); }
H1.HeaderClassName
{
color: #0D613F;
}
.AnyTagClassName
{
color: #0D613F;
}
</style>
background-color css
<style>
a { background-color: #0D613F; }
a { background-color: rgb(13,97,63); }
div.DivClassName
{
background-color: #0D613F;
}
.BgClassName
{
background-color: #0D613F;
}
</style>
border-color css
<style>
span { border-color: #0D613F; }
span { border-color: rgb(13,97,63); }
td.TdClassName
{
border-color: #0D613F;
}
.TagClassName
{
border-color: #0D613F;
}
</style>