Shades of Jewel #0B683C
Tints of Jewel #0B683C
RGB
CMYK
RGB Variations
Color information
#0B683C (or 0x0B683C) is known color: Jewel. HEX triplet: 0B, 68 and 3C. RGB value is (11,104,60). Sum of RGB (Red+Green+Blue) = 11+104+60=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #0B683C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B683C is #F497C3. Grayscale: #474747. Windows color (decimal): -16029636 or 3958795. OLE color: 3958795.
HSL color Cylindrical-coordinate representation of color #0B683C: hue angle of 151.61º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B683C is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 104 | 60 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.59 |
| HSL | 151.61º | 0.81% | 0.23% | - |
| HSV(B) | 151.61º | 0.89% | 0.41% | - |
| XYZ | 5.9 | 10.3 | 5.95 | - |
| YUV | 71.18 | 121.69 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 60 | 0.89 | 0 | 0.42 | 0.59 | 151.61 | 0.81 | 0.23 |
| Hex | B | 68 | 3C | 59 | 0 | 2A | 3B | 98 | 51 | 17 |
| Octal | 13 | 150 | 74 | 131 | 0 | 52 | 73 | 230 | 121 | 27 |
| Binary | 1011 | 1101000 | 111100 | 1011001 | 0 | 101010 | 111011 | 10011000 | 1010001 | 10111 |
Color Harmonies of #0B683C
Complementary color
Monochromatic Colors of #0B683C
Black with #0B683C
Text Example
Text Example
White with #0B683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B683C; }
p { color: rgb(11,104,60); }
H1.HeaderClassName
{
color: #0B683C;
}
.AnyTagClassName
{
color: #0B683C;
}
</style>
background-color css
<style>
a { background-color: #0B683C; }
a { background-color: rgb(11,104,60); }
div.DivClassName
{
background-color: #0B683C;
}
.BgClassName
{
background-color: #0B683C;
}
</style>
border-color css
<style>
span { border-color: #0B683C; }
span { border-color: rgb(11,104,60); }
td.TdClassName
{
border-color: #0B683C;
}
.TagClassName
{
border-color: #0B683C;
}
</style>