Shades of Jewel #10674C
Tints of Jewel #10674C
RGB
CMYK
RGB Variations
Color information
#10674C (or 0x10674C) is known color: Jewel. HEX triplet: 10, 67 and 4C. RGB value is (16,103,76). Sum of RGB (Red+Green+Blue) = 16+103+76=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #10674C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10674C is #EF98B3. Grayscale: #494949. Windows color (decimal): -15702196 or 5007120. OLE color: 5007120.
HSL color Cylindrical-coordinate representation of color #10674C: hue angle of 161.38º 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 #10674C is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 103 | 76 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.60 |
| HSL | 161.38º | 0.73% | 0.23% | - |
| HSV(B) | 161.38º | 0.84% | 0.4% | - |
| XYZ | 6.37 | 10.33 | 8.5 | - |
| YUV | 73.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 76 | 0.84 | 0 | 0.26 | 0.60 | 161.38 | 0.73 | 0.23 |
| Hex | 10 | 67 | 4C | 54 | 0 | 1A | 3C | A1 | 49 | 17 |
| Octal | 20 | 147 | 114 | 124 | 0 | 32 | 74 | 241 | 111 | 27 |
| Binary | 10000 | 1100111 | 1001100 | 1010100 | 0 | 11010 | 111100 | 10100001 | 1001001 | 10111 |
Color Harmonies of #10674C
Complementary color
Monochromatic Colors of #10674C
Black with #10674C
Text Example
Text Example
White with #10674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10674C; }
p { color: rgb(16,103,76); }
H1.HeaderClassName
{
color: #10674C;
}
.AnyTagClassName
{
color: #10674C;
}
</style>
background-color css
<style>
a { background-color: #10674C; }
a { background-color: rgb(16,103,76); }
div.DivClassName
{
background-color: #10674C;
}
.BgClassName
{
background-color: #10674C;
}
</style>
border-color css
<style>
span { border-color: #10674C; }
span { border-color: rgb(16,103,76); }
td.TdClassName
{
border-color: #10674C;
}
.TagClassName
{
border-color: #10674C;
}
</style>