Shades of Jewel #10654D
Tints of Jewel #10654D
RGB
CMYK
RGB Variations
Color information
#10654D (or 0x10654D) is known color: Jewel. HEX triplet: 10, 65 and 4D. RGB value is (16,101,77). Sum of RGB (Red+Green+Blue) = 16+101+77=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #10654D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10654D is #EF9AB2. Grayscale: #484848. Windows color (decimal): -15702707 or 5072144. OLE color: 5072144.
HSL color Cylindrical-coordinate representation of color #10654D: hue angle of 163.06º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10654D is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 77 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.60 |
| HSL | 163.06º | 0.73% | 0.23% | - |
| HSV(B) | 163.06º | 0.84% | 0.4% | - |
| XYZ | 6.21 | 9.95 | 8.62 | - |
| YUV | 72.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 77 | 0.84 | 0 | 0.24 | 0.60 | 163.06 | 0.73 | 0.23 |
| Hex | 10 | 65 | 4D | 54 | 0 | 18 | 3C | A3 | 49 | 17 |
| Octal | 20 | 145 | 115 | 124 | 0 | 30 | 74 | 243 | 111 | 27 |
| Binary | 10000 | 1100101 | 1001101 | 1010100 | 0 | 11000 | 111100 | 10100011 | 1001001 | 10111 |
Color Harmonies of #10654D
Complementary color
Monochromatic Colors of #10654D
Black with #10654D
Text Example
Text Example
White with #10654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10654D; }
p { color: rgb(16,101,77); }
H1.HeaderClassName
{
color: #10654D;
}
.AnyTagClassName
{
color: #10654D;
}
</style>
background-color css
<style>
a { background-color: #10654D; }
a { background-color: rgb(16,101,77); }
div.DivClassName
{
background-color: #10654D;
}
.BgClassName
{
background-color: #10654D;
}
</style>
border-color css
<style>
span { border-color: #10654D; }
span { border-color: rgb(16,101,77); }
td.TdClassName
{
border-color: #10654D;
}
.TagClassName
{
border-color: #10654D;
}
</style>