Shades of Jewel #106140
Tints of Jewel #106140
RGB
CMYK
RGB Variations
Color information
#106140 (or 0x106140) is known color: Jewel. HEX triplet: 10, 61 and 40. RGB value is (16,97,64). Sum of RGB (Red+Green+Blue) = 16+97+64=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #106140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106140 is #EF9EBF. Grayscale: #454545. Windows color (decimal): -15703744 or 4219152. OLE color: 4219152.
HSL color Cylindrical-coordinate representation of color #106140: hue angle of 155.56º 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 #106140 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 64 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.62 |
| HSL | 155.56º | 0.72% | 0.22% | - |
| HSV(B) | 155.56º | 0.84% | 0.38% | - |
| XYZ | 5.41 | 9.03 | 6.31 | - |
| YUV | 69.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 64 | 0.84 | 0 | 0.34 | 0.62 | 155.56 | 0.72 | 0.22 |
| Hex | 10 | 61 | 40 | 54 | 0 | 22 | 3E | 9C | 48 | 16 |
| Octal | 20 | 141 | 100 | 124 | 0 | 42 | 76 | 234 | 110 | 26 |
| Binary | 10000 | 1100001 | 1000000 | 1010100 | 0 | 100010 | 111110 | 10011100 | 1001000 | 10110 |
Color Harmonies of #106140
Complementary color
Monochromatic Colors of #106140
Black with #106140
Text Example
Text Example
White with #106140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106140; }
p { color: rgb(16,97,64); }
H1.HeaderClassName
{
color: #106140;
}
.AnyTagClassName
{
color: #106140;
}
</style>
background-color css
<style>
a { background-color: #106140; }
a { background-color: rgb(16,97,64); }
div.DivClassName
{
background-color: #106140;
}
.BgClassName
{
background-color: #106140;
}
</style>
border-color css
<style>
span { border-color: #106140; }
span { border-color: rgb(16,97,64); }
td.TdClassName
{
border-color: #106140;
}
.TagClassName
{
border-color: #106140;
}
</style>