Shades of Mosque #07665B
Tints of Mosque #07665B
RGB
CMYK
RGB Variations
Color information
#07665B (or 0x07665B) is known color: Mosque. HEX triplet: 07, 66 and 5B. RGB value is (7,102,91). Sum of RGB (Red+Green+Blue) = 7+102+91=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #07665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07665B is #F899A4. Grayscale: #484848. Windows color (decimal): -16292261 or 5989895. OLE color: 5989895.
HSL color Cylindrical-coordinate representation of color #07665B: hue angle of 173.05º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07665B is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 91 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.6 |
| HSL | 173.05º | 0.87% | 0.21% | - |
| HSV(B) | 173.05º | 0.93% | 0.4% | - |
| XYZ | 6.73 | 10.3 | 11.53 | - |
| YUV | 72.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 91 | 0.93 | 0 | 0.11 | 0.6 | 173.05 | 0.87 | 0.21 |
| Hex | 7 | 66 | 5B | 5D | 0 | B | 3C | AD | 57 | 15 |
| Octal | 7 | 146 | 133 | 135 | 0 | 13 | 74 | 255 | 127 | 25 |
| Binary | 111 | 1100110 | 1011011 | 1011101 | 0 | 1011 | 111100 | 10101101 | 1010111 | 10101 |
Color Harmonies of #07665B
Complementary color
Monochromatic Colors of #07665B
Black with #07665B
Text Example
Text Example
White with #07665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07665B; }
p { color: rgb(7,102,91); }
H1.HeaderClassName
{
color: #07665B;
}
.AnyTagClassName
{
color: #07665B;
}
</style>
background-color css
<style>
a { background-color: #07665B; }
a { background-color: rgb(7,102,91); }
div.DivClassName
{
background-color: #07665B;
}
.BgClassName
{
background-color: #07665B;
}
</style>
border-color css
<style>
span { border-color: #07665B; }
span { border-color: rgb(7,102,91); }
td.TdClassName
{
border-color: #07665B;
}
.TagClassName
{
border-color: #07665B;
}
</style>