#086050

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

Shades of Mosque #086050

Tints of Mosque #086050

Color information

#086050 (or 0x086050) is unknown color: approx Mosque. HEX triplet: 08, 60 and 50. RGB value is (8,96,80). Sum of RGB (Red+Green+Blue) = 8+96+80=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #086050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086050 is #F79FAF. Grayscale: #434343. Windows color (decimal): -16228272 or 5267464. OLE color: 5267464.

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

Color convert

RGB89680-
CMYK0.9200.170.62
HSL169.09º84.62%20.39%-
HSV(B)169.09º91.67%37.65%-
XYZ5.7399.02-
YUV67.86134.8585.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=4.35%
G=52.17%
B=43.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896800.9200.170.62169.0984.6220.39
Hex860505C0113Ea95514
Octal101401201340217625112524
Binary100011000001010000101110001000111111010101001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086050; }

 p { color: rgb(8,96,80); }

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

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

 a { background-color: rgb(8,96,80); }

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

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

 span { border-color: rgb(8,96,80); }

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