Shades of Mosque #08695E
Tints of Mosque #08695E
RGB
CMYK
RGB Variations
Color information
#08695E (or 0x08695E) is known color: Mosque. HEX triplet: 08, 69 and 5E. RGB value is (8,105,94). Sum of RGB (Red+Green+Blue) = 8+105+94=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #08695E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08695E is #F796A1. Grayscale: #4A4A4A. Windows color (decimal): -16225954 or 6187272. OLE color: 6187272.
HSL color Cylindrical-coordinate representation of color #08695E: hue angle of 173.2º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08695E is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 94 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.59 |
| HSL | 173.2º | 0.86% | 0.22% | - |
| HSV(B) | 173.2º | 0.92% | 0.41% | - |
| XYZ | 7.17 | 10.96 | 12.33 | - |
| YUV | 74.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 94 | 0.92 | 0 | 0.10 | 0.59 | 173.2 | 0.86 | 0.22 |
| Hex | 8 | 69 | 5E | 5C | 0 | A | 3B | AD | 56 | 16 |
| Octal | 10 | 151 | 136 | 134 | 0 | 12 | 73 | 255 | 126 | 26 |
| Binary | 1000 | 1101001 | 1011110 | 1011100 | 0 | 1010 | 111011 | 10101101 | 1010110 | 10110 |
Color Harmonies of #08695E
Complementary color
Monochromatic Colors of #08695E
Black with #08695E
Text Example
Text Example
White with #08695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08695E; }
p { color: rgb(8,105,94); }
H1.HeaderClassName
{
color: #08695E;
}
.AnyTagClassName
{
color: #08695E;
}
</style>
background-color css
<style>
a { background-color: #08695E; }
a { background-color: rgb(8,105,94); }
div.DivClassName
{
background-color: #08695E;
}
.BgClassName
{
background-color: #08695E;
}
</style>
border-color css
<style>
span { border-color: #08695E; }
span { border-color: rgb(8,105,94); }
td.TdClassName
{
border-color: #08695E;
}
.TagClassName
{
border-color: #08695E;
}
</style>