Shades of Mosque #0B615B
Tints of Mosque #0B615B
RGB
CMYK
RGB Variations
Color information
#0B615B (or 0x0B615B) is known color: Mosque. HEX triplet: 0B, 61 and 5B. RGB value is (11,97,91). Sum of RGB (Red+Green+Blue) = 11+97+91=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #0B615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B615B is #F49EA4. Grayscale: #464646. Windows color (decimal): -16031397 or 5988619. OLE color: 5988619.
HSL color Cylindrical-coordinate representation of color #0B615B: hue angle of 175.81º 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 #0B615B is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 97 | 91 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.62 |
| HSL | 175.81º | 0.8% | 0.21% | - |
| HSV(B) | 175.81º | 0.89% | 0.38% | - |
| XYZ | 6.3 | 9.38 | 11.38 | - |
| YUV | 70.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 91 | 0.89 | 0 | 0.06 | 0.62 | 175.81 | 0.8 | 0.21 |
| Hex | B | 61 | 5B | 59 | 0 | 6 | 3E | B0 | 50 | 15 |
| Octal | 13 | 141 | 133 | 131 | 0 | 6 | 76 | 260 | 120 | 25 |
| Binary | 1011 | 1100001 | 1011011 | 1011001 | 0 | 110 | 111110 | 10110000 | 1010000 | 10101 |
Color Harmonies of #0B615B
Complementary color
Monochromatic Colors of #0B615B
Black with #0B615B
Text Example
Text Example
White with #0B615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B615B; }
p { color: rgb(11,97,91); }
H1.HeaderClassName
{
color: #0B615B;
}
.AnyTagClassName
{
color: #0B615B;
}
</style>
background-color css
<style>
a { background-color: #0B615B; }
a { background-color: rgb(11,97,91); }
div.DivClassName
{
background-color: #0B615B;
}
.BgClassName
{
background-color: #0B615B;
}
</style>
border-color css
<style>
span { border-color: #0B615B; }
span { border-color: rgb(11,97,91); }
td.TdClassName
{
border-color: #0B615B;
}
.TagClassName
{
border-color: #0B615B;
}
</style>