#096151

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

Shades of Mosque #096151

Tints of Mosque #096151

Color information

#096151 (or 0x096151) is unknown color: approx Mosque. HEX triplet: 09, 61 and 51. RGB value is (9,97,81). Sum of RGB (Red+Green+Blue) = 9+97+81=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #096151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096151 is #F69EAE. Grayscale: #444444. Windows color (decimal): -16162479 or 5333257. OLE color: 5333257.

HSL color Cylindrical-coordinate representation of color #096151: hue angle of 169.09º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096151 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB99781-
CMYK0.9100.160.62
HSL169.09º83.02%20.78%-
HSV(B)169.09º90.72%38.04%-
XYZ5.879.29.25-
YUV68.86134.8585.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=4.81%
G=51.87%
B=43.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997810.9100.160.62169.0983.0220.78
Hex961515B0103Ea95315
Octal111411211330207625112325
Binary100111000011010001101101101000011111010101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096151; }

 p { color: rgb(9,97,81); }

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

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

 a { background-color: rgb(9,97,81); }

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

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

 span { border-color: rgb(9,97,81); }

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