Shades of Mosque #0B625B
Tints of Mosque #0B625B
RGB
CMYK
RGB Variations
Color information
#0B625B (or 0x0B625B) is known color: Mosque. HEX triplet: 0B, 62 and 5B. RGB value is (11,98,91). Sum of RGB (Red+Green+Blue) = 11+98+91=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #0B625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B625B is #F49DA4. Grayscale: #474747. Windows color (decimal): -16031141 or 5988875. OLE color: 5988875.
HSL color Cylindrical-coordinate representation of color #0B625B: hue angle of 175.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 #0B625B is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 98 | 91 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.62 |
| HSL | 175.17º | 0.8% | 0.21% | - |
| HSV(B) | 175.17º | 0.89% | 0.38% | - |
| XYZ | 6.39 | 9.56 | 11.41 | - |
| YUV | 71.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 98 | 91 | 0.89 | 0 | 0.07 | 0.62 | 175.17 | 0.8 | 0.21 |
| Hex | B | 62 | 5B | 59 | 0 | 7 | 3E | AF | 50 | 15 |
| Octal | 13 | 142 | 133 | 131 | 0 | 7 | 76 | 257 | 120 | 25 |
| Binary | 1011 | 1100010 | 1011011 | 1011001 | 0 | 111 | 111110 | 10101111 | 1010000 | 10101 |
Color Harmonies of #0B625B
Complementary color
Monochromatic Colors of #0B625B
Black with #0B625B
Text Example
Text Example
White with #0B625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B625B; }
p { color: rgb(11,98,91); }
H1.HeaderClassName
{
color: #0B625B;
}
.AnyTagClassName
{
color: #0B625B;
}
</style>
background-color css
<style>
a { background-color: #0B625B; }
a { background-color: rgb(11,98,91); }
div.DivClassName
{
background-color: #0B625B;
}
.BgClassName
{
background-color: #0B625B;
}
</style>
border-color css
<style>
span { border-color: #0B625B; }
span { border-color: rgb(11,98,91); }
td.TdClassName
{
border-color: #0B625B;
}
.TagClassName
{
border-color: #0B625B;
}
</style>