Shades of Jewel #10614A
Tints of Jewel #10614A
RGB
CMYK
RGB Variations
Color information
#10614A (or 0x10614A) is known color: Jewel. HEX triplet: 10, 61 and 4A. RGB value is (16,97,74). Sum of RGB (Red+Green+Blue) = 16+97+74=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #10614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10614A is #EF9EB5. Grayscale: #464646. Windows color (decimal): -15703734 or 4874512. OLE color: 4874512.
HSL color Cylindrical-coordinate representation of color #10614A: hue angle of 162.96º 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 #10614A is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 74 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.62 |
| HSL | 162.96º | 0.72% | 0.22% | - |
| HSV(B) | 162.96º | 0.84% | 0.38% | - |
| XYZ | 5.72 | 9.15 | 7.94 | - |
| YUV | 70.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 74 | 0.84 | 0 | 0.24 | 0.62 | 162.96 | 0.72 | 0.22 |
| Hex | 10 | 61 | 4A | 54 | 0 | 18 | 3E | A3 | 48 | 16 |
| Octal | 20 | 141 | 112 | 124 | 0 | 30 | 76 | 243 | 110 | 26 |
| Binary | 10000 | 1100001 | 1001010 | 1010100 | 0 | 11000 | 111110 | 10100011 | 1001000 | 10110 |
Color Harmonies of #10614A
Complementary color
Monochromatic Colors of #10614A
Black with #10614A
Text Example
Text Example
White with #10614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10614A; }
p { color: rgb(16,97,74); }
H1.HeaderClassName
{
color: #10614A;
}
.AnyTagClassName
{
color: #10614A;
}
</style>
background-color css
<style>
a { background-color: #10614A; }
a { background-color: rgb(16,97,74); }
div.DivClassName
{
background-color: #10614A;
}
.BgClassName
{
background-color: #10614A;
}
</style>
border-color css
<style>
span { border-color: #10614A; }
span { border-color: rgb(16,97,74); }
td.TdClassName
{
border-color: #10614A;
}
.TagClassName
{
border-color: #10614A;
}
</style>