Shades of Mosque #075D4E
Tints of Mosque #075D4E
RGB
CMYK
RGB Variations
Color information
#075D4E (or 0x075D4E) is known color: Mosque. HEX triplet: 07, 5D and 4E. RGB value is (7,93,78). Sum of RGB (Red+Green+Blue) = 7+93+78=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #075D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D4E is #F8A2B1. Grayscale: #414141. Windows color (decimal): -16294578 or 5135623. OLE color: 5135623.
HSL color Cylindrical-coordinate representation of color #075D4E: hue angle of 169.53º 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 #075D4E is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 78 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.64 |
| HSL | 169.53º | 0.86% | 0.2% | - |
| HSV(B) | 169.53º | 0.92% | 0.36% | - |
| XYZ | 5.38 | 8.42 | 8.55 | - |
| YUV | 65.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 78 | 0.92 | 0 | 0.16 | 0.64 | 169.53 | 0.86 | 0.2 |
| Hex | 7 | 5D | 4E | 5C | 0 | 10 | 40 | AA | 56 | 14 |
| Octal | 7 | 135 | 116 | 134 | 0 | 20 | 100 | 252 | 126 | 24 |
| Binary | 111 | 1011101 | 1001110 | 1011100 | 0 | 10000 | 1000000 | 10101010 | 1010110 | 10100 |
Color Harmonies of #075D4E
Complementary color
Monochromatic Colors of #075D4E
Black with #075D4E
Text Example
Text Example
White with #075D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D4E; }
p { color: rgb(7,93,78); }
H1.HeaderClassName
{
color: #075D4E;
}
.AnyTagClassName
{
color: #075D4E;
}
</style>
background-color css
<style>
a { background-color: #075D4E; }
a { background-color: rgb(7,93,78); }
div.DivClassName
{
background-color: #075D4E;
}
.BgClassName
{
background-color: #075D4E;
}
</style>
border-color css
<style>
span { border-color: #075D4E; }
span { border-color: rgb(7,93,78); }
td.TdClassName
{
border-color: #075D4E;
}
.TagClassName
{
border-color: #075D4E;
}
</style>