#08685B

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

Shades of Mosque #08685B

Tints of Mosque #08685B

Color information

#08685B (or 0x08685B) is unknown color: approx Mosque. HEX triplet: 08, 68 and 5B. RGB value is (8,104,91). Sum of RGB (Red+Green+Blue) = 8+104+91=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #08685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08685B is #F797A4. Grayscale: #494949. Windows color (decimal): -16226213 or 5990408. OLE color: 5990408.

HSL color Cylindrical-coordinate representation of color #08685B: hue angle of 171.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08685B is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB810491-
CMYK0.9200.120.59
HSL171.88º85.71%21.96%-
HSV(B)171.88º92.31%40.78%-
XYZ6.9410.7111.6-
YUV73.81137.781.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=3.94%
G=51.23%
B=44.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104910.9200.120.59171.8885.7121.96
Hex8685B5C0C3Bac5616
Octal101501331340147325412626
Binary10001101000101101110111000110011101110101100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08685B; }

 p { color: rgb(8,104,91); }

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

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

 a { background-color: rgb(8,104,91); }

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

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

 span { border-color: rgb(8,104,91); }

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