Shades of Jewel #0D614A
Tints of Jewel #0D614A
RGB
CMYK
RGB Variations
Color information
#0D614A (or 0x0D614A) is known color: Jewel. HEX triplet: 0D, 61 and 4A. RGB value is (13,97,74). Sum of RGB (Red+Green+Blue) = 13+97+74=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #0D614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D614A is #F29EB5. Grayscale: #454545. Windows color (decimal): -15900342 or 4874509. OLE color: 4874509.
HSL color Cylindrical-coordinate representation of color #0D614A: hue angle of 163.57º 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 #0D614A is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 74 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.62 |
| HSL | 163.57º | 0.76% | 0.22% | - |
| HSV(B) | 163.57º | 0.87% | 0.38% | - |
| XYZ | 5.68 | 9.13 | 7.94 | - |
| YUV | 69.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 74 | 0.87 | 0 | 0.24 | 0.62 | 163.57 | 0.76 | 0.22 |
| Hex | D | 61 | 4A | 57 | 0 | 18 | 3E | A4 | 4C | 16 |
| Octal | 15 | 141 | 112 | 127 | 0 | 30 | 76 | 244 | 114 | 26 |
| Binary | 1101 | 1100001 | 1001010 | 1010111 | 0 | 11000 | 111110 | 10100100 | 1001100 | 10110 |
Color Harmonies of #0D614A
Complementary color
Monochromatic Colors of #0D614A
Black with #0D614A
Text Example
Text Example
White with #0D614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D614A; }
p { color: rgb(13,97,74); }
H1.HeaderClassName
{
color: #0D614A;
}
.AnyTagClassName
{
color: #0D614A;
}
</style>
background-color css
<style>
a { background-color: #0D614A; }
a { background-color: rgb(13,97,74); }
div.DivClassName
{
background-color: #0D614A;
}
.BgClassName
{
background-color: #0D614A;
}
</style>
border-color css
<style>
span { border-color: #0D614A; }
span { border-color: rgb(13,97,74); }
td.TdClassName
{
border-color: #0D614A;
}
.TagClassName
{
border-color: #0D614A;
}
</style>