Shades of Mosque #07564B
Tints of Mosque #07564B
RGB
CMYK
RGB Variations
Color information
#07564B (or 0x07564B) is known color: Mosque. HEX triplet: 07, 56 and 4B. RGB value is (7,86,75). Sum of RGB (Red+Green+Blue) = 7+86+75=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #07564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07564B is #F8A9B4. Grayscale: #3D3D3D. Windows color (decimal): -16296373 or 4937223. OLE color: 4937223.
HSL color Cylindrical-coordinate representation of color #07564B: hue angle of 171.65º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07564B is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 86 | 75 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.66 |
| HSL | 171.65º | 0.85% | 0.18% | - |
| HSV(B) | 171.65º | 0.92% | 0.34% | - |
| XYZ | 4.69 | 7.21 | 7.8 | - |
| YUV | 61.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 75 | 0.92 | 0 | 0.13 | 0.66 | 171.65 | 0.85 | 0.18 |
| Hex | 7 | 56 | 4B | 5C | 0 | D | 42 | AC | 55 | 12 |
| Octal | 7 | 126 | 113 | 134 | 0 | 15 | 102 | 254 | 125 | 22 |
| Binary | 111 | 1010110 | 1001011 | 1011100 | 0 | 1101 | 1000010 | 10101100 | 1010101 | 10010 |
Color Harmonies of #07564B
Complementary color
Monochromatic Colors of #07564B
Black with #07564B
Text Example
Text Example
White with #07564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07564B; }
p { color: rgb(7,86,75); }
H1.HeaderClassName
{
color: #07564B;
}
.AnyTagClassName
{
color: #07564B;
}
</style>
background-color css
<style>
a { background-color: #07564B; }
a { background-color: rgb(7,86,75); }
div.DivClassName
{
background-color: #07564B;
}
.BgClassName
{
background-color: #07564B;
}
</style>
border-color css
<style>
span { border-color: #07564B; }
span { border-color: rgb(7,86,75); }
td.TdClassName
{
border-color: #07564B;
}
.TagClassName
{
border-color: #07564B;
}
</style>