Shades of Jewel #0B663D
Tints of Jewel #0B663D
RGB
CMYK
RGB Variations
Color information
#0B663D (or 0x0B663D) is known color: Jewel. HEX triplet: 0B, 66 and 3D. RGB value is (11,102,61). Sum of RGB (Red+Green+Blue) = 11+102+61=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #0B663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B663D is #F499C2. Grayscale: #464646. Windows color (decimal): -16030147 or 4023819. OLE color: 4023819.
HSL color Cylindrical-coordinate representation of color #0B663D: hue angle of 152.97º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B663D is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 11 | 102 | 61 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.6 |
| HSL | 152.97º | 0.81% | 0.22% | - |
| HSV(B) | 152.97º | 0.89% | 0.4% | - |
| XYZ | 5.73 | 9.91 | 6.03 | - |
| YUV | 70.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 102 | 61 | 0.89 | 0 | 0.40 | 0.6 | 152.97 | 0.81 | 0.22 |
| Hex | B | 66 | 3D | 59 | 0 | 28 | 3C | 99 | 51 | 16 |
| Octal | 13 | 146 | 75 | 131 | 0 | 50 | 74 | 231 | 121 | 26 |
| Binary | 1011 | 1100110 | 111101 | 1011001 | 0 | 101000 | 111100 | 10011001 | 1010001 | 10110 |
Color Harmonies of #0B663D
Complementary color
Monochromatic Colors of #0B663D
Black with #0B663D
Text Example
Text Example
White with #0B663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B663D; }
p { color: rgb(11,102,61); }
H1.HeaderClassName
{
color: #0B663D;
}
.AnyTagClassName
{
color: #0B663D;
}
</style>
background-color css
<style>
a { background-color: #0B663D; }
a { background-color: rgb(11,102,61); }
div.DivClassName
{
background-color: #0B663D;
}
.BgClassName
{
background-color: #0B663D;
}
</style>
border-color css
<style>
span { border-color: #0B663D; }
span { border-color: rgb(11,102,61); }
td.TdClassName
{
border-color: #0B663D;
}
.TagClassName
{
border-color: #0B663D;
}
</style>