Shades of Jewel #0B6848
Tints of Jewel #0B6848
RGB
CMYK
RGB Variations
Color information
#0B6848 (or 0x0B6848) is known color: Jewel. HEX triplet: 0B, 68 and 48. RGB value is (11,104,72). Sum of RGB (Red+Green+Blue) = 11+104+72=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #0B6848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6848 is #F497B7. Grayscale: #484848. Windows color (decimal): -16029624 or 4745227. OLE color: 4745227.
HSL color Cylindrical-coordinate representation of color #0B6848: hue angle of 159.35º 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 #0B6848 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 104 | 72 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.59 |
| HSL | 159.35º | 0.81% | 0.23% | - |
| HSV(B) | 159.35º | 0.89% | 0.41% | - |
| XYZ | 6.26 | 10.44 | 7.82 | - |
| YUV | 72.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 72 | 0.89 | 0 | 0.31 | 0.59 | 159.35 | 0.81 | 0.23 |
| Hex | B | 68 | 48 | 59 | 0 | 1F | 3B | 9F | 51 | 17 |
| Octal | 13 | 150 | 110 | 131 | 0 | 37 | 73 | 237 | 121 | 27 |
| Binary | 1011 | 1101000 | 1001000 | 1011001 | 0 | 11111 | 111011 | 10011111 | 1010001 | 10111 |
Color Harmonies of #0B6848
Complementary color
Monochromatic Colors of #0B6848
Black with #0B6848
Text Example
Text Example
White with #0B6848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6848; }
p { color: rgb(11,104,72); }
H1.HeaderClassName
{
color: #0B6848;
}
.AnyTagClassName
{
color: #0B6848;
}
</style>
background-color css
<style>
a { background-color: #0B6848; }
a { background-color: rgb(11,104,72); }
div.DivClassName
{
background-color: #0B6848;
}
.BgClassName
{
background-color: #0B6848;
}
</style>
border-color css
<style>
span { border-color: #0B6848; }
span { border-color: rgb(11,104,72); }
td.TdClassName
{
border-color: #0B6848;
}
.TagClassName
{
border-color: #0B6848;
}
</style>