Shades of Jewel #0B623E
Tints of Jewel #0B623E
RGB
CMYK
RGB Variations
Color information
#0B623E (or 0x0B623E) is known color: Jewel. HEX triplet: 0B, 62 and 3E. RGB value is (11,98,62). Sum of RGB (Red+Green+Blue) = 11+98+62=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #0B623E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B623E is #F49DC1. Grayscale: #434343. Windows color (decimal): -16031170 or 4088331. OLE color: 4088331.
HSL color Cylindrical-coordinate representation of color #0B623E: hue angle of 155.17º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B623E is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 98 | 62 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.62 |
| HSL | 155.17º | 0.8% | 0.21% | - |
| HSV(B) | 155.17º | 0.89% | 0.38% | - |
| XYZ | 5.38 | 9.15 | 6.04 | - |
| YUV | 67.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 98 | 62 | 0.89 | 0 | 0.37 | 0.62 | 155.17 | 0.8 | 0.21 |
| Hex | B | 62 | 3E | 59 | 0 | 25 | 3E | 9B | 50 | 15 |
| Octal | 13 | 142 | 76 | 131 | 0 | 45 | 76 | 233 | 120 | 25 |
| Binary | 1011 | 1100010 | 111110 | 1011001 | 0 | 100101 | 111110 | 10011011 | 1010000 | 10101 |
Color Harmonies of #0B623E
Complementary color
Monochromatic Colors of #0B623E
Black with #0B623E
Text Example
Text Example
White with #0B623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B623E; }
p { color: rgb(11,98,62); }
H1.HeaderClassName
{
color: #0B623E;
}
.AnyTagClassName
{
color: #0B623E;
}
</style>
background-color css
<style>
a { background-color: #0B623E; }
a { background-color: rgb(11,98,62); }
div.DivClassName
{
background-color: #0B623E;
}
.BgClassName
{
background-color: #0B623E;
}
</style>
border-color css
<style>
span { border-color: #0B623E; }
span { border-color: rgb(11,98,62); }
td.TdClassName
{
border-color: #0B623E;
}
.TagClassName
{
border-color: #0B623E;
}
</style>