Html Css Color HEX #095B4D Mosque

📋 copy color: '#095B4D'

red 9 ◦ green 91 ◦ blue 77

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

Shades of Mosque #095B4D

Tints of Mosque #095B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.41%

 BLUE value IS 77 (30.47% from 255) = 43.5%

R = 5.08%
G = 51.41%
B = 43.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#095B4D (or 0x095B4D) is known color: Mosque. HEX triplet: 09, 5B and 4D. RGB value is (9,91,77). Sum of RGB (Red+Green+Blue) = 9+91+77=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #095B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B4D is #F6A4B2. Grayscale: #404040. Windows color (decimal): -16164019 or 5069577. OLE color: 5069577.

HSL color Cylindrical-coordinate representation of color #095B4D: hue angle of 169.76º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B4D is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 91 77 -
CMYK 0.90 0 0.15 0.64
HSL 169.76º 0.82% 0.2% -
HSV(B) 169.76º 0.9% 0.36% -
XYZ 5.19 8.08 8.31 -
YUV 64.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 9 91 77 0.90 0 0.15 0.64 169.76 0.82 0.2
Hex 9 5B 4D 5A 0 F 40 AA 52 14
Octal 11 133 115 132 0 17 100 252 122 24
Binary 1001 1011011 1001101 1011010 0 1111 1000000 10101010 1010010 10100

Color Harmonies of #095B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B4D

Black with #095B4D

Text Example


Text Example

White with #095B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,91,77); }

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

background-color css

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

 a { background-color: rgb(9,91,77); }

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

border-color css

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

 span { border-color: rgb(9,91,77); }

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