Shades of Mosque #00655F
Tints of Mosque #00655F
RGB
CMYK
RGB Variations
Color information
#00655F (or 0x00655F) is known color: Mosque. HEX triplet: 00, 65 and 5F. RGB value is (0,101,95). Sum of RGB (Red+Green+Blue) = 0+101+95=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #00655F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00655F is #FF9AA0. Grayscale: #464646. Windows color (decimal): -16751265 or 6251776. OLE color: 6251776.
HSL color Cylindrical-coordinate representation of color #00655F: hue angle of 176.44º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00655F is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 95 | - |
| CMYK | 1 | 0 | 0.06 | 0.60 |
| HSL | 176.44º | 1% | 0.2% | - |
| HSV(B) | 176.44º | 1% | 0.4% | - |
| XYZ | 6.72 | 10.13 | 12.43 | - |
| YUV | 70.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 95 | 1 | 0 | 0.06 | 0.60 | 176.44 | 1 | 0.2 |
| Hex | 0 | 65 | 5F | 64 | 0 | 6 | 3C | B0 | 64 | 14 |
| Octal | 0 | 145 | 137 | 144 | 0 | 6 | 74 | 260 | 144 | 24 |
| Binary | 0 | 1100101 | 1011111 | 1100100 | 0 | 110 | 111100 | 10110000 | 1100100 | 10100 |
Color Harmonies of #00655F
Complementary color
Monochromatic Colors of #00655F
Black with #00655F
Text Example
Text Example
White with #00655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00655F; }
p { color: rgb(0,101,95); }
H1.HeaderClassName
{
color: #00655F;
}
.AnyTagClassName
{
color: #00655F;
}
</style>
background-color css
<style>
a { background-color: #00655F; }
a { background-color: rgb(0,101,95); }
div.DivClassName
{
background-color: #00655F;
}
.BgClassName
{
background-color: #00655F;
}
</style>
border-color css
<style>
span { border-color: #00655F; }
span { border-color: rgb(0,101,95); }
td.TdClassName
{
border-color: #00655F;
}
.TagClassName
{
border-color: #00655F;
}
</style>