Shades of Mosque #07695C
Tints of Mosque #07695C
RGB
CMYK
RGB Variations
Color information
#07695C (or 0x07695C) is known color: Mosque. HEX triplet: 07, 69 and 5C. RGB value is (7,105,92). Sum of RGB (Red+Green+Blue) = 7+105+92=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #07695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07695C is #F896A3. Grayscale: #4A4A4A. Windows color (decimal): -16291492 or 6056199. OLE color: 6056199.
HSL color Cylindrical-coordinate representation of color #07695C: hue angle of 172.04º 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 #07695C is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 92 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.59 |
| HSL | 172.04º | 0.88% | 0.22% | - |
| HSV(B) | 172.04º | 0.93% | 0.41% | - |
| XYZ | 7.07 | 10.92 | 11.86 | - |
| YUV | 74.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 92 | 0.93 | 0 | 0.12 | 0.59 | 172.04 | 0.88 | 0.22 |
| Hex | 7 | 69 | 5C | 5D | 0 | C | 3B | AC | 58 | 16 |
| Octal | 7 | 151 | 134 | 135 | 0 | 14 | 73 | 254 | 130 | 26 |
| Binary | 111 | 1101001 | 1011100 | 1011101 | 0 | 1100 | 111011 | 10101100 | 1011000 | 10110 |
Color Harmonies of #07695C
Complementary color
Monochromatic Colors of #07695C
Black with #07695C
Text Example
Text Example
White with #07695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07695C; }
p { color: rgb(7,105,92); }
H1.HeaderClassName
{
color: #07695C;
}
.AnyTagClassName
{
color: #07695C;
}
</style>
background-color css
<style>
a { background-color: #07695C; }
a { background-color: rgb(7,105,92); }
div.DivClassName
{
background-color: #07695C;
}
.BgClassName
{
background-color: #07695C;
}
</style>
border-color css
<style>
span { border-color: #07695C; }
span { border-color: rgb(7,105,92); }
td.TdClassName
{
border-color: #07695C;
}
.TagClassName
{
border-color: #07695C;
}
</style>