Shades of Mosque #07695B
Tints of Mosque #07695B
RGB
CMYK
RGB Variations
Color information
#07695B (or 0x07695B) is known color: Mosque. HEX triplet: 07, 69 and 5B. RGB value is (7,105,91). Sum of RGB (Red+Green+Blue) = 7+105+91=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #07695B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07695B is #F896A4. Grayscale: #4A4A4A. Windows color (decimal): -16291493 or 5990663. OLE color: 5990663.
HSL color Cylindrical-coordinate representation of color #07695B: hue angle of 171.43º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07695B is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 91 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.59 |
| HSL | 171.43º | 0.88% | 0.22% | - |
| HSV(B) | 171.43º | 0.93% | 0.41% | - |
| XYZ | 7.03 | 10.9 | 11.63 | - |
| YUV | 74.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 91 | 0.93 | 0 | 0.13 | 0.59 | 171.43 | 0.88 | 0.22 |
| Hex | 7 | 69 | 5B | 5D | 0 | D | 3B | AB | 58 | 16 |
| Octal | 7 | 151 | 133 | 135 | 0 | 15 | 73 | 253 | 130 | 26 |
| Binary | 111 | 1101001 | 1011011 | 1011101 | 0 | 1101 | 111011 | 10101011 | 1011000 | 10110 |
Color Harmonies of #07695B
Complementary color
Monochromatic Colors of #07695B
Black with #07695B
Text Example
Text Example
White with #07695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07695B; }
p { color: rgb(7,105,91); }
H1.HeaderClassName
{
color: #07695B;
}
.AnyTagClassName
{
color: #07695B;
}
</style>
background-color css
<style>
a { background-color: #07695B; }
a { background-color: rgb(7,105,91); }
div.DivClassName
{
background-color: #07695B;
}
.BgClassName
{
background-color: #07695B;
}
</style>
border-color css
<style>
span { border-color: #07695B; }
span { border-color: rgb(7,105,91); }
td.TdClassName
{
border-color: #07695B;
}
.TagClassName
{
border-color: #07695B;
}
</style>