Html Css Color HEX #095E4F Mosque

📋 copy color: '#095E4F'

red 9 ◦ green 94 ◦ blue 79

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

Shades of Mosque #095E4F

Tints of Mosque #095E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 51.65%

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 4.95%
G = 51.65%
B = 43.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#095E4F (or 0x095E4F) is known color: Mosque. HEX triplet: 09, 5E and 4F. RGB value is (9,94,79). Sum of RGB (Red+Green+Blue) = 9+94+79=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #095E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E4F is #F6A1B0. Grayscale: #424242. Windows color (decimal): -16163249 or 5201417. OLE color: 5201417.

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

Color convert

RGB 9 94 79 -
CMYK 0.90 0 0.16 0.63
HSL 169.41º 0.83% 0.2% -
HSV(B) 169.41º 0.9% 0.37% -
XYZ 5.53 8.63 8.77 -
YUV 66.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 9 94 79 0.90 0 0.16 0.63 169.41 0.83 0.2
Hex 9 5E 4F 5A 0 10 3F A9 53 14
Octal 11 136 117 132 0 20 77 251 123 24
Binary 1001 1011110 1001111 1011010 0 10000 111111 10101001 1010011 10100

Color Harmonies of #095E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E4F

Black with #095E4F

Text Example


Text Example

White with #095E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,79); }

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

background-color css

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

 a { background-color: rgb(9,94,79); }

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

border-color css

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

 span { border-color: rgb(9,94,79); }

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