Html Css Color HEX #095B4C Mosque

📋 copy color: '#095B4C'

red 9 ◦ green 91 ◦ blue 76

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

Shades of Mosque #095B4C

Tints of Mosque #095B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.18%

R = 5.11%
G = 51.7%
B = 43.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#095B4C (or 0x095B4C) is known color: Mosque. HEX triplet: 09, 5B and 4C. RGB value is (9,91,76). Sum of RGB (Red+Green+Blue) = 9+91+76=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #095B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B4C is #F6A4B3. Grayscale: #404040. Windows color (decimal): -16164020 or 5004041. OLE color: 5004041.

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

Color convert

RGB 9 91 76 -
CMYK 0.90 0 0.16 0.64
HSL 169.02º 0.82% 0.2% -
HSV(B) 169.02º 0.9% 0.36% -
XYZ 5.16 8.06 8.12 -
YUV 64.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 9 91 76 0.90 0 0.16 0.64 169.02 0.82 0.2
Hex 9 5B 4C 5A 0 10 40 A9 52 14
Octal 11 133 114 132 0 20 100 251 122 24
Binary 1001 1011011 1001100 1011010 0 10000 1000000 10101001 1010010 10100

Color Harmonies of #095B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B4C

Black with #095B4C

Text Example


Text Example

White with #095B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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