Shades of Mosque #0A655B
Tints of Mosque #0A655B
RGB
CMYK
RGB Variations
Color information
#0A655B (or 0x0A655B) is known color: Mosque. HEX triplet: 0A, 65 and 5B. RGB value is (10,101,91). Sum of RGB (Red+Green+Blue) = 10+101+91=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #0A655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A655B is #F59AA4. Grayscale: #484848. Windows color (decimal): -16095909 or 5989642. OLE color: 5989642.
HSL color Cylindrical-coordinate representation of color #0A655B: hue angle of 173.41º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A655B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 91 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.60 |
| HSL | 173.41º | 0.82% | 0.22% | - |
| HSV(B) | 173.41º | 0.9% | 0.4% | - |
| XYZ | 6.67 | 10.13 | 11.5 | - |
| YUV | 72.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 91 | 0.90 | 0 | 0.10 | 0.60 | 173.41 | 0.82 | 0.22 |
| Hex | A | 65 | 5B | 5A | 0 | A | 3C | AD | 52 | 16 |
| Octal | 12 | 145 | 133 | 132 | 0 | 12 | 74 | 255 | 122 | 26 |
| Binary | 1010 | 1100101 | 1011011 | 1011010 | 0 | 1010 | 111100 | 10101101 | 1010010 | 10110 |
Color Harmonies of #0A655B
Complementary color
Monochromatic Colors of #0A655B
Black with #0A655B
Text Example
Text Example
White with #0A655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A655B; }
p { color: rgb(10,101,91); }
H1.HeaderClassName
{
color: #0A655B;
}
.AnyTagClassName
{
color: #0A655B;
}
</style>
background-color css
<style>
a { background-color: #0A655B; }
a { background-color: rgb(10,101,91); }
div.DivClassName
{
background-color: #0A655B;
}
.BgClassName
{
background-color: #0A655B;
}
</style>
border-color css
<style>
span { border-color: #0A655B; }
span { border-color: rgb(10,101,91); }
td.TdClassName
{
border-color: #0A655B;
}
.TagClassName
{
border-color: #0A655B;
}
</style>