Shades of Jewel #0D6141
Tints of Jewel #0D6141
RGB
CMYK
RGB Variations
Color information
#0D6141 (or 0x0D6141) is known color: Jewel. HEX triplet: 0D, 61 and 41. RGB value is (13,97,65). Sum of RGB (Red+Green+Blue) = 13+97+65=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6141 is #F29EBE. Grayscale: #444444. Windows color (decimal): -15900351 or 4284685. OLE color: 4284685.
HSL color Cylindrical-coordinate representation of color #0D6141: hue angle of 157.14º 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 #0D6141 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 65 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.62 |
| HSL | 157.14º | 0.76% | 0.22% | - |
| HSV(B) | 157.14º | 0.87% | 0.38% | - |
| XYZ | 5.39 | 9.02 | 6.46 | - |
| YUV | 68.24 | 126.17 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 65 | 0.87 | 0 | 0.33 | 0.62 | 157.14 | 0.76 | 0.22 |
| Hex | D | 61 | 41 | 57 | 0 | 21 | 3E | 9D | 4C | 16 |
| Octal | 15 | 141 | 101 | 127 | 0 | 41 | 76 | 235 | 114 | 26 |
| Binary | 1101 | 1100001 | 1000001 | 1010111 | 0 | 100001 | 111110 | 10011101 | 1001100 | 10110 |
Color Harmonies of #0D6141
Complementary color
Monochromatic Colors of #0D6141
Black with #0D6141
Text Example
Text Example
White with #0D6141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6141; }
p { color: rgb(13,97,65); }
H1.HeaderClassName
{
color: #0D6141;
}
.AnyTagClassName
{
color: #0D6141;
}
</style>
background-color css
<style>
a { background-color: #0D6141; }
a { background-color: rgb(13,97,65); }
div.DivClassName
{
background-color: #0D6141;
}
.BgClassName
{
background-color: #0D6141;
}
</style>
border-color css
<style>
span { border-color: #0D6141; }
span { border-color: rgb(13,97,65); }
td.TdClassName
{
border-color: #0D6141;
}
.TagClassName
{
border-color: #0D6141;
}
</style>