Shades of Jewel #0B5F46
Tints of Jewel #0B5F46
RGB
CMYK
RGB Variations
Color information
#0B5F46 (or 0x0B5F46) is known color: Jewel. HEX triplet: 0B, 5F and 46. RGB value is (11,95,70). Sum of RGB (Red+Green+Blue) = 11+95+70=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #0B5F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5F46 is #F4A0B9. Grayscale: #434343. Windows color (decimal): -16031930 or 4611851. OLE color: 4611851.
HSL color Cylindrical-coordinate representation of color #0B5F46: hue angle of 162.14º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5F46 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 95 | 70 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.63 |
| HSL | 162.14º | 0.79% | 0.21% | - |
| HSV(B) | 162.14º | 0.88% | 0.37% | - |
| XYZ | 5.34 | 8.7 | 7.19 | - |
| YUV | 67.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 95 | 70 | 0.88 | 0 | 0.26 | 0.63 | 162.14 | 0.79 | 0.21 |
| Hex | B | 5F | 46 | 58 | 0 | 1A | 3F | A2 | 4F | 15 |
| Octal | 13 | 137 | 106 | 130 | 0 | 32 | 77 | 242 | 117 | 25 |
| Binary | 1011 | 1011111 | 1000110 | 1011000 | 0 | 11010 | 111111 | 10100010 | 1001111 | 10101 |
Color Harmonies of #0B5F46
Complementary color
Monochromatic Colors of #0B5F46
Black with #0B5F46
Text Example
Text Example
White with #0B5F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5F46; }
p { color: rgb(11,95,70); }
H1.HeaderClassName
{
color: #0B5F46;
}
.AnyTagClassName
{
color: #0B5F46;
}
</style>
background-color css
<style>
a { background-color: #0B5F46; }
a { background-color: rgb(11,95,70); }
div.DivClassName
{
background-color: #0B5F46;
}
.BgClassName
{
background-color: #0B5F46;
}
</style>
border-color css
<style>
span { border-color: #0B5F46; }
span { border-color: rgb(11,95,70); }
td.TdClassName
{
border-color: #0B5F46;
}
.TagClassName
{
border-color: #0B5F46;
}
</style>