Shades of Jewel #11683F
Tints of Jewel #11683F
RGB
CMYK
RGB Variations
Color information
#11683F (or 0x11683F) is known color: Jewel. HEX triplet: 11, 68 and 3F. RGB value is (17,104,63). Sum of RGB (Red+Green+Blue) = 17+104+63=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #11683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11683F is #EE97C0. Grayscale: #494949. Windows color (decimal): -15636417 or 4155409. OLE color: 4155409.
HSL color Cylindrical-coordinate representation of color #11683F: hue angle of 151.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11683F is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 63 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.59 |
| HSL | 151.72º | 0.72% | 0.24% | - |
| HSV(B) | 151.72º | 0.84% | 0.41% | - |
| XYZ | 6.08 | 10.38 | 6.39 | - |
| YUV | 73.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 63 | 0.84 | 0 | 0.39 | 0.59 | 151.72 | 0.72 | 0.24 |
| Hex | 11 | 68 | 3F | 54 | 0 | 27 | 3B | 98 | 48 | 18 |
| Octal | 21 | 150 | 77 | 124 | 0 | 47 | 73 | 230 | 110 | 30 |
| Binary | 10001 | 1101000 | 111111 | 1010100 | 0 | 100111 | 111011 | 10011000 | 1001000 | 11000 |
Color Harmonies of #11683F
Complementary color
Monochromatic Colors of #11683F
Black with #11683F
Text Example
Text Example
White with #11683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11683F; }
p { color: rgb(17,104,63); }
H1.HeaderClassName
{
color: #11683F;
}
.AnyTagClassName
{
color: #11683F;
}
</style>
background-color css
<style>
a { background-color: #11683F; }
a { background-color: rgb(17,104,63); }
div.DivClassName
{
background-color: #11683F;
}
.BgClassName
{
background-color: #11683F;
}
</style>
border-color css
<style>
span { border-color: #11683F; }
span { border-color: rgb(17,104,63); }
td.TdClassName
{
border-color: #11683F;
}
.TagClassName
{
border-color: #11683F;
}
</style>