#096051

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

Shades of Mosque #096051

Tints of Mosque #096051

Color information

#096051 (or 0x096051) is unknown color: approx Mosque. HEX triplet: 09, 60 and 51. RGB value is (9,96,81). Sum of RGB (Red+Green+Blue) = 9+96+81=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #096051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096051 is #F69FAE. Grayscale: #444444. Windows color (decimal): -16162735 or 5333001. OLE color: 5333001.

HSL color Cylindrical-coordinate representation of color #096051: hue angle of 169.66º 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 #096051 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB99681-
CMYK0.9100.160.62
HSL169.66º82.86%20.59%-
HSV(B)169.66º90.62%37.65%-
XYZ5.789.029.22-
YUV68.28135.1885.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=4.84%
G=51.61%
B=43.55%

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
Decimal996810.9100.160.62169.6682.8620.59
Hex960515B0103Eaa5315
Octal111401211330207625212325
Binary100111000001010001101101101000011111010101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096051; }

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

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

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

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

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

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

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

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