Shades of Mosque #08665B
Tints of Mosque #08665B
RGB
CMYK
RGB Variations
Color information
#08665B (or 0x08665B) is known color: Mosque. HEX triplet: 08, 66 and 5B. RGB value is (8,102,91). Sum of RGB (Red+Green+Blue) = 8+102+91=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #08665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08665B is #F799A4. Grayscale: #484848. Windows color (decimal): -16226725 or 5989896. OLE color: 5989896.
HSL color Cylindrical-coordinate representation of color #08665B: hue angle of 172.98º 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 #08665B is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 91 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.6 |
| HSL | 172.98º | 0.85% | 0.22% | - |
| HSV(B) | 172.98º | 0.92% | 0.4% | - |
| XYZ | 6.74 | 10.31 | 11.53 | - |
| YUV | 72.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 91 | 0.92 | 0 | 0.11 | 0.6 | 172.98 | 0.85 | 0.22 |
| Hex | 8 | 66 | 5B | 5C | 0 | B | 3C | AD | 55 | 16 |
| Octal | 10 | 146 | 133 | 134 | 0 | 13 | 74 | 255 | 125 | 26 |
| Binary | 1000 | 1100110 | 1011011 | 1011100 | 0 | 1011 | 111100 | 10101101 | 1010101 | 10110 |
Color Harmonies of #08665B
Complementary color
Monochromatic Colors of #08665B
Black with #08665B
Text Example
Text Example
White with #08665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08665B; }
p { color: rgb(8,102,91); }
H1.HeaderClassName
{
color: #08665B;
}
.AnyTagClassName
{
color: #08665B;
}
</style>
background-color css
<style>
a { background-color: #08665B; }
a { background-color: rgb(8,102,91); }
div.DivClassName
{
background-color: #08665B;
}
.BgClassName
{
background-color: #08665B;
}
</style>
border-color css
<style>
span { border-color: #08665B; }
span { border-color: rgb(8,102,91); }
td.TdClassName
{
border-color: #08665B;
}
.TagClassName
{
border-color: #08665B;
}
</style>