Shades of Mosque #08675B
Tints of Mosque #08675B
RGB
CMYK
RGB Variations
Color information
#08675B (or 0x08675B) is known color: Mosque. HEX triplet: 08, 67 and 5B. RGB value is (8,103,91). Sum of RGB (Red+Green+Blue) = 8+103+91=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #08675B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08675B is #F798A4. Grayscale: #494949. Windows color (decimal): -16226469 or 5990152. OLE color: 5990152.
HSL color Cylindrical-coordinate representation of color #08675B: hue angle of 172.42º degrees, saturation: 0.86, 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 #08675B is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 91 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.60 |
| HSL | 172.42º | 0.86% | 0.22% | - |
| HSV(B) | 172.42º | 0.92% | 0.4% | - |
| XYZ | 6.84 | 10.51 | 11.57 | - |
| YUV | 73.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 91 | 0.92 | 0 | 0.12 | 0.60 | 172.42 | 0.86 | 0.22 |
| Hex | 8 | 67 | 5B | 5C | 0 | C | 3C | AC | 56 | 16 |
| Octal | 10 | 147 | 133 | 134 | 0 | 14 | 74 | 254 | 126 | 26 |
| Binary | 1000 | 1100111 | 1011011 | 1011100 | 0 | 1100 | 111100 | 10101100 | 1010110 | 10110 |
Color Harmonies of #08675B
Complementary color
Monochromatic Colors of #08675B
Black with #08675B
Text Example
Text Example
White with #08675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08675B; }
p { color: rgb(8,103,91); }
H1.HeaderClassName
{
color: #08675B;
}
.AnyTagClassName
{
color: #08675B;
}
</style>
background-color css
<style>
a { background-color: #08675B; }
a { background-color: rgb(8,103,91); }
div.DivClassName
{
background-color: #08675B;
}
.BgClassName
{
background-color: #08675B;
}
</style>
border-color css
<style>
span { border-color: #08675B; }
span { border-color: rgb(8,103,91); }
td.TdClassName
{
border-color: #08675B;
}
.TagClassName
{
border-color: #08675B;
}
</style>