#095B4E

Color #095B4E Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #095B4E

Tints of Mosque #095B4E

Color information

#095B4E (or 0x095B4E) is unknown color: approx Mosque. HEX triplet: 09, 5B and 4E. RGB value is (9,91,78). Sum of RGB (Red+Green+Blue) = 9+91+78=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #095B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B4E is #F6A4B1. Grayscale: #404040. Windows color (decimal): -16164018 or 5135113. OLE color: 5135113.

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

Color convert

RGB99178-
CMYK0.9000.140.64
HSL170.49º82%19.61%-
HSV(B)170.49º90.11%35.69%-
XYZ5.238.098.49-
YUV65135.3388.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 91 (35.94% from 255) = 51.12%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=5.06%
G=51.12%
B=43.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991780.9000.140.64170.498219.61
Hex95B4E5A0E40aa5214
Octal1113311613201610025212224
Binary100110110111001110101101001110100000010101010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #095B4E;
 }
 .AnyTagClassName
 {
   color: #095B4E;
 }
</style>
background-color css

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

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

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

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

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

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