Shades of Mosque #0A675D
Tints of Mosque #0A675D
RGB
CMYK
RGB Variations
Color information
#0A675D (or 0x0A675D) is known color: Mosque. HEX triplet: 0A, 67 and 5D. RGB value is (10,103,93). Sum of RGB (Red+Green+Blue) = 10+103+93=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #0A675D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A675D is #F598A2. Grayscale: #4A4A4A. Windows color (decimal): -16095395 or 6121226. OLE color: 6121226.
HSL color Cylindrical-coordinate representation of color #0A675D: hue angle of 173.55º 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 #0A675D is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 103 | 93 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.60 |
| HSL | 173.55º | 0.82% | 0.22% | - |
| HSV(B) | 173.55º | 0.9% | 0.4% | - |
| XYZ | 6.95 | 10.56 | 12.03 | - |
| YUV | 74.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 93 | 0.90 | 0 | 0.10 | 0.60 | 173.55 | 0.82 | 0.22 |
| Hex | A | 67 | 5D | 5A | 0 | A | 3C | AE | 52 | 16 |
| Octal | 12 | 147 | 135 | 132 | 0 | 12 | 74 | 256 | 122 | 26 |
| Binary | 1010 | 1100111 | 1011101 | 1011010 | 0 | 1010 | 111100 | 10101110 | 1010010 | 10110 |
Color Harmonies of #0A675D
Complementary color
Monochromatic Colors of #0A675D
Black with #0A675D
Text Example
Text Example
White with #0A675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A675D; }
p { color: rgb(10,103,93); }
H1.HeaderClassName
{
color: #0A675D;
}
.AnyTagClassName
{
color: #0A675D;
}
</style>
background-color css
<style>
a { background-color: #0A675D; }
a { background-color: rgb(10,103,93); }
div.DivClassName
{
background-color: #0A675D;
}
.BgClassName
{
background-color: #0A675D;
}
</style>
border-color css
<style>
span { border-color: #0A675D; }
span { border-color: rgb(10,103,93); }
td.TdClassName
{
border-color: #0A675D;
}
.TagClassName
{
border-color: #0A675D;
}
</style>