Shades of Jewel #10694D
Tints of Jewel #10694D
RGB
CMYK
RGB Variations
Color information
#10694D (or 0x10694D) is known color: Jewel. HEX triplet: 10, 69 and 4D. RGB value is (16,105,77). Sum of RGB (Red+Green+Blue) = 16+105+77=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #10694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10694D is #EF96B2. Grayscale: #4B4B4B. Windows color (decimal): -15701683 or 5073168. OLE color: 5073168.
HSL color Cylindrical-coordinate representation of color #10694D: hue angle of 161.12º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10694D is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 105 | 77 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.59 |
| HSL | 161.12º | 0.74% | 0.24% | - |
| HSV(B) | 161.12º | 0.85% | 0.41% | - |
| XYZ | 6.6 | 10.75 | 8.75 | - |
| YUV | 75.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 77 | 0.85 | 0 | 0.27 | 0.59 | 161.12 | 0.74 | 0.24 |
| Hex | 10 | 69 | 4D | 55 | 0 | 1B | 3B | A1 | 4A | 18 |
| Octal | 20 | 151 | 115 | 125 | 0 | 33 | 73 | 241 | 112 | 30 |
| Binary | 10000 | 1101001 | 1001101 | 1010101 | 0 | 11011 | 111011 | 10100001 | 1001010 | 11000 |
Color Harmonies of #10694D
Complementary color
Monochromatic Colors of #10694D
Black with #10694D
Text Example
Text Example
White with #10694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10694D; }
p { color: rgb(16,105,77); }
H1.HeaderClassName
{
color: #10694D;
}
.AnyTagClassName
{
color: #10694D;
}
</style>
background-color css
<style>
a { background-color: #10694D; }
a { background-color: rgb(16,105,77); }
div.DivClassName
{
background-color: #10694D;
}
.BgClassName
{
background-color: #10694D;
}
</style>
border-color css
<style>
span { border-color: #10694D; }
span { border-color: rgb(16,105,77); }
td.TdClassName
{
border-color: #10694D;
}
.TagClassName
{
border-color: #10694D;
}
</style>