Shades of Mosque #08665F
Tints of Mosque #08665F
RGB
CMYK
RGB Variations
Color information
#08665F (or 0x08665F) is known color: Mosque. HEX triplet: 08, 66 and 5F. RGB value is (8,102,95). Sum of RGB (Red+Green+Blue) = 8+102+95=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #08665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08665F is #F799A0. Grayscale: #494949. Windows color (decimal): -16226721 or 6252040. OLE color: 6252040.
HSL color Cylindrical-coordinate representation of color #08665F: hue angle of 175.53º 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 #08665F is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 95 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.6 |
| HSL | 175.53º | 0.85% | 0.22% | - |
| HSV(B) | 175.53º | 0.92% | 0.4% | - |
| XYZ | 6.92 | 10.38 | 12.47 | - |
| YUV | 73.1 | 140.36 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 95 | 0.92 | 0 | 0.07 | 0.6 | 175.53 | 0.85 | 0.22 |
| Hex | 8 | 66 | 5F | 5C | 0 | 7 | 3C | B0 | 55 | 16 |
| Octal | 10 | 146 | 137 | 134 | 0 | 7 | 74 | 260 | 125 | 26 |
| Binary | 1000 | 1100110 | 1011111 | 1011100 | 0 | 111 | 111100 | 10110000 | 1010101 | 10110 |
Color Harmonies of #08665F
Complementary color
Monochromatic Colors of #08665F
Black with #08665F
Text Example
Text Example
White with #08665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08665F; }
p { color: rgb(8,102,95); }
H1.HeaderClassName
{
color: #08665F;
}
.AnyTagClassName
{
color: #08665F;
}
</style>
background-color css
<style>
a { background-color: #08665F; }
a { background-color: rgb(8,102,95); }
div.DivClassName
{
background-color: #08665F;
}
.BgClassName
{
background-color: #08665F;
}
</style>
border-color css
<style>
span { border-color: #08665F; }
span { border-color: rgb(8,102,95); }
td.TdClassName
{
border-color: #08665F;
}
.TagClassName
{
border-color: #08665F;
}
</style>