Html Css Color HEX #095950 Mosque

📋 copy color: '#095950'

red 9 ◦ green 89 ◦ blue 80

#095950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #095950

Tints of Mosque #095950

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 value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#095950 (or 0x095950) is known color: 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

RGB 9 89 80 -
CMYK 0.90 0 0.10 0.65
HSL 173.25º 0.82% 0.19% -
HSV(B) 173.25º 0.9% 0.35% -
XYZ 5.13 7.78 8.82 -
YUV 64.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 9 89 80 0.90 0 0.10 0.65 173.25 0.82 0.19
Hex 9 59 50 5A 0 A 41 AD 52 13
Octal 11 131 120 132 0 12 101 255 122 23
Binary 1001 1011001 1010000 1011010 0 1010 1000001 10101101 1010010 10011

Color Harmonies of #095950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095950

Black with #095950

Text Example


Text Example

White with #095950

Text Example


Text Example

HTML Codes & Css Web 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>