Html Css Color HEX #095E4E Mosque

📋 copy color: '#095E4E'

red 9 ◦ green 94 ◦ blue 78

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

Shades of Mosque #095E4E

Tints of Mosque #095E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.09%

R = 4.97%
G = 51.93%
B = 43.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#095E4E (or 0x095E4E) is known color: Mosque. HEX triplet: 09, 5E and 4E. RGB value is (9,94,78). Sum of RGB (Red+Green+Blue) = 9+94+78=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #095E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E4E is #F6A1B1. Grayscale: #424242. Windows color (decimal): -16163250 or 5135881. OLE color: 5135881.

HSL color Cylindrical-coordinate representation of color #095E4E: hue angle of 168.71º 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 #095E4E is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 94 78 -
CMYK 0.90 0 0.17 0.63
HSL 168.71º 0.83% 0.2% -
HSV(B) 168.71º 0.9% 0.37% -
XYZ 5.49 8.61 8.58 -
YUV 66.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 9 94 78 0.90 0 0.17 0.63 168.71 0.83 0.2
Hex 9 5E 4E 5A 0 11 3F A9 53 14
Octal 11 136 116 132 0 21 77 251 123 24
Binary 1001 1011110 1001110 1011010 0 10001 111111 10101001 1010011 10100

Color Harmonies of #095E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E4E

Black with #095E4E

Text Example


Text Example

White with #095E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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