Shades of Mosque #01655F
Tints of Mosque #01655F
RGB
CMYK
RGB Variations
Color information
#01655F (or 0x01655F) is known color: Mosque. HEX triplet: 01, 65 and 5F. RGB value is (1,101,95). Sum of RGB (Red+Green+Blue) = 1+101+95=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #01655F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01655F is #FE9AA0. Grayscale: #464646. Windows color (decimal): -16685729 or 6251777. OLE color: 6251777.
HSL color Cylindrical-coordinate representation of color #01655F: hue angle of 176.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01655F is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 95 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.60 |
| HSL | 176.4º | 0.98% | 0.2% | - |
| HSV(B) | 176.4º | 0.99% | 0.4% | - |
| XYZ | 6.73 | 10.14 | 12.43 | - |
| YUV | 70.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 95 | 0.99 | 0 | 0.06 | 0.60 | 176.4 | 0.98 | 0.2 |
| Hex | 1 | 65 | 5F | 63 | 0 | 6 | 3C | B0 | 62 | 14 |
| Octal | 1 | 145 | 137 | 143 | 0 | 6 | 74 | 260 | 142 | 24 |
| Binary | 1 | 1100101 | 1011111 | 1100011 | 0 | 110 | 111100 | 10110000 | 1100010 | 10100 |
Color Harmonies of #01655F
Complementary color
Monochromatic Colors of #01655F
Black with #01655F
Text Example
Text Example
White with #01655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01655F; }
p { color: rgb(1,101,95); }
H1.HeaderClassName
{
color: #01655F;
}
.AnyTagClassName
{
color: #01655F;
}
</style>
background-color css
<style>
a { background-color: #01655F; }
a { background-color: rgb(1,101,95); }
div.DivClassName
{
background-color: #01655F;
}
.BgClassName
{
background-color: #01655F;
}
</style>
border-color css
<style>
span { border-color: #01655F; }
span { border-color: rgb(1,101,95); }
td.TdClassName
{
border-color: #01655F;
}
.TagClassName
{
border-color: #01655F;
}
</style>