Shades of Mosque #0B655B
Tints of Mosque #0B655B
RGB
CMYK
RGB Variations
Color information
#0B655B (or 0x0B655B) is known color: Mosque. HEX triplet: 0B, 65 and 5B. RGB value is (11,101,91). Sum of RGB (Red+Green+Blue) = 11+101+91=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #0B655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B655B is #F49AA4. Grayscale: #484848. Windows color (decimal): -16030373 or 5989643. OLE color: 5989643.
HSL color Cylindrical-coordinate representation of color #0B655B: hue angle of 173.33º degrees, saturation: 0.8, 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 #0B655B is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 91 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.60 |
| HSL | 173.33º | 0.8% | 0.22% | - |
| HSV(B) | 173.33º | 0.89% | 0.4% | - |
| XYZ | 6.68 | 10.13 | 11.5 | - |
| YUV | 72.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 91 | 0.89 | 0 | 0.10 | 0.60 | 173.33 | 0.8 | 0.22 |
| Hex | B | 65 | 5B | 59 | 0 | A | 3C | AD | 50 | 16 |
| Octal | 13 | 145 | 133 | 131 | 0 | 12 | 74 | 255 | 120 | 26 |
| Binary | 1011 | 1100101 | 1011011 | 1011001 | 0 | 1010 | 111100 | 10101101 | 1010000 | 10110 |
Color Harmonies of #0B655B
Complementary color
Monochromatic Colors of #0B655B
Black with #0B655B
Text Example
Text Example
White with #0B655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B655B; }
p { color: rgb(11,101,91); }
H1.HeaderClassName
{
color: #0B655B;
}
.AnyTagClassName
{
color: #0B655B;
}
</style>
background-color css
<style>
a { background-color: #0B655B; }
a { background-color: rgb(11,101,91); }
div.DivClassName
{
background-color: #0B655B;
}
.BgClassName
{
background-color: #0B655B;
}
</style>
border-color css
<style>
span { border-color: #0B655B; }
span { border-color: rgb(11,101,91); }
td.TdClassName
{
border-color: #0B655B;
}
.TagClassName
{
border-color: #0B655B;
}
</style>