#08685E

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

Shades of Mosque #08685E

Tints of Mosque #08685E

Color information

#08685E (or 0x08685E) is unknown color: approx Mosque. HEX triplet: 08, 68 and 5E. RGB value is (8,104,94). Sum of RGB (Red+Green+Blue) = 8+104+94=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #08685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08685E is #F797A1. Grayscale: #4A4A4A. Windows color (decimal): -16226210 or 6187016. OLE color: 6187016.

HSL color Cylindrical-coordinate representation of color #08685E: hue angle of 173.75º 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 #08685E is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB810494-
CMYK0.9200.100.59
HSL173.75º85.71%21.96%-
HSV(B)173.75º92.31%40.78%-
XYZ7.0710.7612.29-
YUV74.16139.280.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=3.88%
G=50.49%
B=45.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104940.9200.100.59173.7585.7121.96
Hex8685E5C0A3Bae5616
Octal101501361340127325612626
Binary10001101000101111010111000101011101110101110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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