Shades of Mosque #095D4D
Tints of Mosque #095D4D
RGB
CMYK
RGB Variations
Color information
#095D4D (or 0x095D4D) is known color: Mosque. HEX triplet: 09, 5D and 4D. RGB value is (9,93,77). Sum of RGB (Red+Green+Blue) = 9+93+77=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #095D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D4D is #F6A2B2. Grayscale: #424242. Windows color (decimal): -16163507 or 5070089. OLE color: 5070089.
HSL color Cylindrical-coordinate representation of color #095D4D: hue angle of 168.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D4D is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 77 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.64 |
| HSL | 168.57º | 0.82% | 0.2% | - |
| HSV(B) | 168.57º | 0.9% | 0.36% | - |
| XYZ | 5.37 | 8.42 | 8.36 | - |
| YUV | 66.06 | 134.17 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 77 | 0.90 | 0 | 0.17 | 0.64 | 168.57 | 0.82 | 0.2 |
| Hex | 9 | 5D | 4D | 5A | 0 | 11 | 40 | A9 | 52 | 14 |
| Octal | 11 | 135 | 115 | 132 | 0 | 21 | 100 | 251 | 122 | 24 |
| Binary | 1001 | 1011101 | 1001101 | 1011010 | 0 | 10001 | 1000000 | 10101001 | 1010010 | 10100 |
Color Harmonies of #095D4D
Complementary color
Monochromatic Colors of #095D4D
Black with #095D4D
Text Example
Text Example
White with #095D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D4D; }
p { color: rgb(9,93,77); }
H1.HeaderClassName
{
color: #095D4D;
}
.AnyTagClassName
{
color: #095D4D;
}
</style>
background-color css
<style>
a { background-color: #095D4D; }
a { background-color: rgb(9,93,77); }
div.DivClassName
{
background-color: #095D4D;
}
.BgClassName
{
background-color: #095D4D;
}
</style>
border-color css
<style>
span { border-color: #095D4D; }
span { border-color: rgb(9,93,77); }
td.TdClassName
{
border-color: #095D4D;
}
.TagClassName
{
border-color: #095D4D;
}
</style>