Shades of Mosque #095D4F
Tints of Mosque #095D4F
RGB
CMYK
RGB Variations
Color information
#095D4F (or 0x095D4F) is known color: Mosque. HEX triplet: 09, 5D and 4F. RGB value is (9,93,79). Sum of RGB (Red+Green+Blue) = 9+93+79=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #095D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D4F is #F6A2B0. Grayscale: #424242. Windows color (decimal): -16163505 or 5201161. OLE color: 5201161.
HSL color Cylindrical-coordinate representation of color #095D4F: hue angle of 170º 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 #095D4F is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 79 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.64 |
| HSL | 170º | 0.82% | 0.2% | - |
| HSV(B) | 170º | 0.9% | 0.36% | - |
| XYZ | 5.44 | 8.45 | 8.74 | - |
| YUV | 66.29 | 135.17 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 79 | 0.90 | 0 | 0.15 | 0.64 | 170 | 0.82 | 0.2 |
| Hex | 9 | 5D | 4F | 5A | 0 | F | 40 | AA | 52 | 14 |
| Octal | 11 | 135 | 117 | 132 | 0 | 17 | 100 | 252 | 122 | 24 |
| Binary | 1001 | 1011101 | 1001111 | 1011010 | 0 | 1111 | 1000000 | 10101010 | 1010010 | 10100 |
Color Harmonies of #095D4F
Complementary color
Monochromatic Colors of #095D4F
Black with #095D4F
Text Example
Text Example
White with #095D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D4F; }
p { color: rgb(9,93,79); }
H1.HeaderClassName
{
color: #095D4F;
}
.AnyTagClassName
{
color: #095D4F;
}
</style>
background-color css
<style>
a { background-color: #095D4F; }
a { background-color: rgb(9,93,79); }
div.DivClassName
{
background-color: #095D4F;
}
.BgClassName
{
background-color: #095D4F;
}
</style>
border-color css
<style>
span { border-color: #095D4F; }
span { border-color: rgb(9,93,79); }
td.TdClassName
{
border-color: #095D4F;
}
.TagClassName
{
border-color: #095D4F;
}
</style>