Shades of Jewel #0B7045
Tints of Jewel #0B7045
RGB
CMYK
RGB Variations
Color information
#0B7045 (or 0x0B7045) is known color: Jewel. HEX triplet: 0B, 70 and 45. RGB value is (11,112,69). Sum of RGB (Red+Green+Blue) = 11+112+69=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7045 is #F48FBA. Grayscale: #4C4C4C. Windows color (decimal): -16027579 or 4550667. OLE color: 4550667.
HSL color Cylindrical-coordinate representation of color #0B7045: hue angle of 154.46º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7045 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 69 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.56 |
| HSL | 154.46º | 0.82% | 0.24% | - |
| HSV(B) | 154.46º | 0.9% | 0.44% | - |
| XYZ | 7.01 | 12.09 | 7.59 | - |
| YUV | 76.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 69 | 0.90 | 0 | 0.38 | 0.56 | 154.46 | 0.82 | 0.24 |
| Hex | B | 70 | 45 | 5A | 0 | 26 | 38 | 9A | 52 | 18 |
| Octal | 13 | 160 | 105 | 132 | 0 | 46 | 70 | 232 | 122 | 30 |
| Binary | 1011 | 1110000 | 1000101 | 1011010 | 0 | 100110 | 111000 | 10011010 | 1010010 | 11000 |
Color Harmonies of #0B7045
Complementary color
Monochromatic Colors of #0B7045
Black with #0B7045
Text Example
Text Example
White with #0B7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7045; }
p { color: rgb(11,112,69); }
H1.HeaderClassName
{
color: #0B7045;
}
.AnyTagClassName
{
color: #0B7045;
}
</style>
background-color css
<style>
a { background-color: #0B7045; }
a { background-color: rgb(11,112,69); }
div.DivClassName
{
background-color: #0B7045;
}
.BgClassName
{
background-color: #0B7045;
}
</style>
border-color css
<style>
span { border-color: #0B7045; }
span { border-color: rgb(11,112,69); }
td.TdClassName
{
border-color: #0B7045;
}
.TagClassName
{
border-color: #0B7045;
}
</style>