Shades of Jewel #10614D
Tints of Jewel #10614D
RGB
CMYK
RGB Variations
Color information
#10614D (or 0x10614D) is known color: Jewel. HEX triplet: 10, 61 and 4D. RGB value is (16,97,77). Sum of RGB (Red+Green+Blue) = 16+97+77=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #10614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10614D is #EF9EB2. Grayscale: #464646. Windows color (decimal): -15703731 or 5071120. OLE color: 5071120.
HSL color Cylindrical-coordinate representation of color #10614D: hue angle of 165.19º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10614D is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 77 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.62 |
| HSL | 165.19º | 0.72% | 0.22% | - |
| HSV(B) | 165.19º | 0.84% | 0.38% | - |
| XYZ | 5.83 | 9.2 | 8.49 | - |
| YUV | 70.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 77 | 0.84 | 0 | 0.21 | 0.62 | 165.19 | 0.72 | 0.22 |
| Hex | 10 | 61 | 4D | 54 | 0 | 15 | 3E | A5 | 48 | 16 |
| Octal | 20 | 141 | 115 | 124 | 0 | 25 | 76 | 245 | 110 | 26 |
| Binary | 10000 | 1100001 | 1001101 | 1010100 | 0 | 10101 | 111110 | 10100101 | 1001000 | 10110 |
Color Harmonies of #10614D
Complementary color
Monochromatic Colors of #10614D
Black with #10614D
Text Example
Text Example
White with #10614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10614D; }
p { color: rgb(16,97,77); }
H1.HeaderClassName
{
color: #10614D;
}
.AnyTagClassName
{
color: #10614D;
}
</style>
background-color css
<style>
a { background-color: #10614D; }
a { background-color: rgb(16,97,77); }
div.DivClassName
{
background-color: #10614D;
}
.BgClassName
{
background-color: #10614D;
}
</style>
border-color css
<style>
span { border-color: #10614D; }
span { border-color: rgb(16,97,77); }
td.TdClassName
{
border-color: #10614D;
}
.TagClassName
{
border-color: #10614D;
}
</style>