Shades of Mosque #095B4E
Tints of Mosque #095B4E
RGB
CMYK
RGB Variations
Color information
#095B4E (or 0x095B4E) is known color: Mosque. HEX triplet: 09, 5B and 4E. RGB value is (9,91,78). Sum of RGB (Red+Green+Blue) = 9+91+78=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #095B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B4E is #F6A4B1. Grayscale: #404040. Windows color (decimal): -16164018 or 5135113. OLE color: 5135113.
HSL color Cylindrical-coordinate representation of color #095B4E: hue angle of 170.49º 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 #095B4E is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 78 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.64 |
| HSL | 170.49º | 0.82% | 0.2% | - |
| HSV(B) | 170.49º | 0.9% | 0.36% | - |
| XYZ | 5.23 | 8.09 | 8.49 | - |
| YUV | 65 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 78 | 0.90 | 0 | 0.14 | 0.64 | 170.49 | 0.82 | 0.2 |
| Hex | 9 | 5B | 4E | 5A | 0 | E | 40 | AA | 52 | 14 |
| Octal | 11 | 133 | 116 | 132 | 0 | 16 | 100 | 252 | 122 | 24 |
| Binary | 1001 | 1011011 | 1001110 | 1011010 | 0 | 1110 | 1000000 | 10101010 | 1010010 | 10100 |
Color Harmonies of #095B4E
Complementary color
Monochromatic Colors of #095B4E
Black with #095B4E
Text Example
Text Example
White with #095B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B4E; }
p { color: rgb(9,91,78); }
H1.HeaderClassName
{
color: #095B4E;
}
.AnyTagClassName
{
color: #095B4E;
}
</style>
background-color css
<style>
a { background-color: #095B4E; }
a { background-color: rgb(9,91,78); }
div.DivClassName
{
background-color: #095B4E;
}
.BgClassName
{
background-color: #095B4E;
}
</style>
border-color css
<style>
span { border-color: #095B4E; }
span { border-color: rgb(9,91,78); }
td.TdClassName
{
border-color: #095B4E;
}
.TagClassName
{
border-color: #095B4E;
}
</style>