Shades of Mosque #00695C
Tints of Mosque #00695C
RGB
CMYK
RGB Variations
Color information
#00695C (or 0x00695C) is known color: Mosque. HEX triplet: 00, 69 and 5C. RGB value is (0,105,92). Sum of RGB (Red+Green+Blue) = 0+105+92=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #00695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00695C is #FF96A3. Grayscale: #484848. Windows color (decimal): -16750244 or 6056192. OLE color: 6056192.
HSL color Cylindrical-coordinate representation of color #00695C: hue angle of 172.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00695C is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 92 | - |
| CMYK | 1 | 0 | 0.12 | 0.59 |
| HSL | 172.57º | 1% | 0.21% | - |
| HSV(B) | 172.57º | 1% | 0.41% | - |
| XYZ | 6.98 | 10.88 | 11.86 | - |
| YUV | 72.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 92 | 1 | 0 | 0.12 | 0.59 | 172.57 | 1 | 0.21 |
| Hex | 0 | 69 | 5C | 64 | 0 | C | 3B | AD | 64 | 15 |
| Octal | 0 | 151 | 134 | 144 | 0 | 14 | 73 | 255 | 144 | 25 |
| Binary | 0 | 1101001 | 1011100 | 1100100 | 0 | 1100 | 111011 | 10101101 | 1100100 | 10101 |
Color Harmonies of #00695C
Complementary color
Monochromatic Colors of #00695C
Black with #00695C
Text Example
Text Example
White with #00695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00695C; }
p { color: rgb(0,105,92); }
H1.HeaderClassName
{
color: #00695C;
}
.AnyTagClassName
{
color: #00695C;
}
</style>
background-color css
<style>
a { background-color: #00695C; }
a { background-color: rgb(0,105,92); }
div.DivClassName
{
background-color: #00695C;
}
.BgClassName
{
background-color: #00695C;
}
</style>
border-color css
<style>
span { border-color: #00695C; }
span { border-color: rgb(0,105,92); }
td.TdClassName
{
border-color: #00695C;
}
.TagClassName
{
border-color: #00695C;
}
</style>