#095950

Color #095950 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #095950

Tints of Mosque #095950

Color information

#095950 (or 0x095950) is unknown color: approx Mosque. HEX triplet: 09, 59 and 50. RGB value is (9,89,80). Sum of RGB (Red+Green+Blue) = 9+89+80=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #095950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095950 is #F6A6AF. Grayscale: #404040. Windows color (decimal): -16164528 or 5265673. OLE color: 5265673.

HSL color Cylindrical-coordinate representation of color #095950: hue angle of 173.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095950 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB98980-
CMYK0.9000.100.65
HSL173.25º81.63%19.22%-
HSV(B)173.25º89.89%34.9%-
XYZ5.137.788.82-
YUV64.0513788.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=5.06%
G=50%
B=44.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989800.9000.100.65173.2581.6319.22
Hex959505A0A41ad5213
Octal1113112013201210125512223
Binary100110110011010000101101001010100000110101101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095950; }

 p { color: rgb(9,89,80); }

 H1.HeaderClassName
 {
   color: #095950;
 }
 .AnyTagClassName
 {
   color: #095950;
 }
</style>
background-color css

<style>
 a { background-color: #095950; }

 a { background-color: rgb(9,89,80); }

 div.DivClassName
 {
   background-color: #095950;
 }
 .BgClassName
 {
   background-color: #095950;
 }
</style>
border-color css

<style>
 span { border-color: #095950; }

 span { border-color: rgb(9,89,80); }

 td.TdClassName
 {
   border-color: #095950;
 }
 .TagClassName
 {
   border-color: #095950;
 }
</style>