Html Css Color HEX #095F50 Mosque

📋 copy color: '#095F50'

red 9 ◦ green 95 ◦ blue 80

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

Shades of Mosque #095F50

Tints of Mosque #095F50

RGB

 RED value IS 9 (3.91% from 255) = 4.89%

 GREEN value IS 95 (37.5% from 255) = 51.63%

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 4.89%
G = 51.63%
B = 43.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#095F50 (or 0x095F50) is known color: Mosque. HEX triplet: 09, 5F and 50. RGB value is (9,95,80). Sum of RGB (Red+Green+Blue) = 9+95+80=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #095F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F50 is #F6A0AF. Grayscale: #434343. Windows color (decimal): -16162992 or 5267209. OLE color: 5267209.

HSL color Cylindrical-coordinate representation of color #095F50: hue angle of 169.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F50 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 95 80 -
CMYK 0.91 0 0.16 0.63
HSL 169.53º 0.83% 0.2% -
HSV(B) 169.53º 0.91% 0.37% -
XYZ 5.65 8.82 8.99 -
YUV 67.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 9 95 80 0.91 0 0.16 0.63 169.53 0.83 0.2
Hex 9 5F 50 5B 0 10 3F AA 53 14
Octal 11 137 120 133 0 20 77 252 123 24
Binary 1001 1011111 1010000 1011011 0 10000 111111 10101010 1010011 10100

Color Harmonies of #095F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F50

Black with #095F50

Text Example


Text Example

White with #095F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095F50; }

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

 H1.HeaderClassName
 {
   color: #095F50;
 }
 .AnyTagClassName
 {
   color: #095F50;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #095F50;
 }
 .BgClassName
 {
   background-color: #095F50;
 }
</style>

border-color css

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

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

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