Shades of Mosque #075D50
Tints of Mosque #075D50
RGB
CMYK
RGB Variations
Color information
#075D50 (or 0x075D50) is known color: Mosque. HEX triplet: 07, 5D and 50. RGB value is (7,93,80). Sum of RGB (Red+Green+Blue) = 7+93+80=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #075D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D50 is #F8A2AF. Grayscale: #414141. Windows color (decimal): -16294576 or 5266695. OLE color: 5266695.
HSL color Cylindrical-coordinate representation of color #075D50: hue angle of 170.93º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D50 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 80 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.64 |
| HSL | 170.93º | 0.86% | 0.2% | - |
| HSV(B) | 170.93º | 0.92% | 0.36% | - |
| XYZ | 5.45 | 8.45 | 8.93 | - |
| YUV | 65.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 80 | 0.92 | 0 | 0.14 | 0.64 | 170.93 | 0.86 | 0.2 |
| Hex | 7 | 5D | 50 | 5C | 0 | E | 40 | AB | 56 | 14 |
| Octal | 7 | 135 | 120 | 134 | 0 | 16 | 100 | 253 | 126 | 24 |
| Binary | 111 | 1011101 | 1010000 | 1011100 | 0 | 1110 | 1000000 | 10101011 | 1010110 | 10100 |
Color Harmonies of #075D50
Complementary color
Monochromatic Colors of #075D50
Black with #075D50
Text Example
Text Example
White with #075D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D50; }
p { color: rgb(7,93,80); }
H1.HeaderClassName
{
color: #075D50;
}
.AnyTagClassName
{
color: #075D50;
}
</style>
background-color css
<style>
a { background-color: #075D50; }
a { background-color: rgb(7,93,80); }
div.DivClassName
{
background-color: #075D50;
}
.BgClassName
{
background-color: #075D50;
}
</style>
border-color css
<style>
span { border-color: #075D50; }
span { border-color: rgb(7,93,80); }
td.TdClassName
{
border-color: #075D50;
}
.TagClassName
{
border-color: #075D50;
}
</style>