Shades of Mosque #08675E
Tints of Mosque #08675E
RGB
CMYK
RGB Variations
Color information
#08675E (or 0x08675E) is known color: Mosque. HEX triplet: 08, 67 and 5E. RGB value is (8,103,94). Sum of RGB (Red+Green+Blue) = 8+103+94=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #08675E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08675E is #F798A1. Grayscale: #494949. Windows color (decimal): -16226466 or 6186760. OLE color: 6186760.
HSL color Cylindrical-coordinate representation of color #08675E: hue angle of 174.32º 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 #08675E is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 94 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.60 |
| HSL | 174.32º | 0.86% | 0.22% | - |
| HSV(B) | 174.32º | 0.92% | 0.4% | - |
| XYZ | 6.97 | 10.56 | 12.26 | - |
| YUV | 73.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 94 | 0.92 | 0 | 0.09 | 0.60 | 174.32 | 0.86 | 0.22 |
| Hex | 8 | 67 | 5E | 5C | 0 | 9 | 3C | AE | 56 | 16 |
| Octal | 10 | 147 | 136 | 134 | 0 | 11 | 74 | 256 | 126 | 26 |
| Binary | 1000 | 1100111 | 1011110 | 1011100 | 0 | 1001 | 111100 | 10101110 | 1010110 | 10110 |
Color Harmonies of #08675E
Complementary color
Monochromatic Colors of #08675E
Black with #08675E
Text Example
Text Example
White with #08675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08675E; }
p { color: rgb(8,103,94); }
H1.HeaderClassName
{
color: #08675E;
}
.AnyTagClassName
{
color: #08675E;
}
</style>
background-color css
<style>
a { background-color: #08675E; }
a { background-color: rgb(8,103,94); }
div.DivClassName
{
background-color: #08675E;
}
.BgClassName
{
background-color: #08675E;
}
</style>
border-color css
<style>
span { border-color: #08675E; }
span { border-color: rgb(8,103,94); }
td.TdClassName
{
border-color: #08675E;
}
.TagClassName
{
border-color: #08675E;
}
</style>