Shades of Jewel #0B633E
Tints of Jewel #0B633E
RGB
CMYK
RGB Variations
Color information
#0B633E (or 0x0B633E) is known color: Jewel. HEX triplet: 0B, 63 and 3E. RGB value is (11,99,62). Sum of RGB (Red+Green+Blue) = 11+99+62=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #0B633E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B633E is #F49CC1. Grayscale: #444444. Windows color (decimal): -16030914 or 4088587. OLE color: 4088587.
HSL color Cylindrical-coordinate representation of color #0B633E: hue angle of 154.77º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B633E is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 99 | 62 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.61 |
| HSL | 154.77º | 0.8% | 0.22% | - |
| HSV(B) | 154.77º | 0.89% | 0.39% | - |
| XYZ | 5.47 | 9.34 | 6.07 | - |
| YUV | 68.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 62 | 0.89 | 0 | 0.37 | 0.61 | 154.77 | 0.8 | 0.22 |
| Hex | B | 63 | 3E | 59 | 0 | 25 | 3D | 9B | 50 | 16 |
| Octal | 13 | 143 | 76 | 131 | 0 | 45 | 75 | 233 | 120 | 26 |
| Binary | 1011 | 1100011 | 111110 | 1011001 | 0 | 100101 | 111101 | 10011011 | 1010000 | 10110 |
Color Harmonies of #0B633E
Complementary color
Monochromatic Colors of #0B633E
Black with #0B633E
Text Example
Text Example
White with #0B633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B633E; }
p { color: rgb(11,99,62); }
H1.HeaderClassName
{
color: #0B633E;
}
.AnyTagClassName
{
color: #0B633E;
}
</style>
background-color css
<style>
a { background-color: #0B633E; }
a { background-color: rgb(11,99,62); }
div.DivClassName
{
background-color: #0B633E;
}
.BgClassName
{
background-color: #0B633E;
}
</style>
border-color css
<style>
span { border-color: #0B633E; }
span { border-color: rgb(11,99,62); }
td.TdClassName
{
border-color: #0B633E;
}
.TagClassName
{
border-color: #0B633E;
}
</style>