Shades of Mosque #08665D
Tints of Mosque #08665D
RGB
CMYK
RGB Variations
Color information
#08665D (or 0x08665D) is known color: Mosque. HEX triplet: 08, 66 and 5D. RGB value is (8,102,93). Sum of RGB (Red+Green+Blue) = 8+102+93=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #08665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08665D is #F799A2. Grayscale: #484848. Windows color (decimal): -16226723 or 6120968. OLE color: 6120968.
HSL color Cylindrical-coordinate representation of color #08665D: hue angle of 174.26º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08665D is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 93 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.6 |
| HSL | 174.26º | 0.85% | 0.22% | - |
| HSV(B) | 174.26º | 0.92% | 0.4% | - |
| XYZ | 6.83 | 10.34 | 11.99 | - |
| YUV | 72.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 93 | 0.92 | 0 | 0.09 | 0.6 | 174.26 | 0.85 | 0.22 |
| Hex | 8 | 66 | 5D | 5C | 0 | 9 | 3C | AE | 55 | 16 |
| Octal | 10 | 146 | 135 | 134 | 0 | 11 | 74 | 256 | 125 | 26 |
| Binary | 1000 | 1100110 | 1011101 | 1011100 | 0 | 1001 | 111100 | 10101110 | 1010101 | 10110 |
Color Harmonies of #08665D
Complementary color
Monochromatic Colors of #08665D
Black with #08665D
Text Example
Text Example
White with #08665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08665D; }
p { color: rgb(8,102,93); }
H1.HeaderClassName
{
color: #08665D;
}
.AnyTagClassName
{
color: #08665D;
}
</style>
background-color css
<style>
a { background-color: #08665D; }
a { background-color: rgb(8,102,93); }
div.DivClassName
{
background-color: #08665D;
}
.BgClassName
{
background-color: #08665D;
}
</style>
border-color css
<style>
span { border-color: #08665D; }
span { border-color: rgb(8,102,93); }
td.TdClassName
{
border-color: #08665D;
}
.TagClassName
{
border-color: #08665D;
}
</style>