#00685B

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

Shades of Mosque #00685B

Tints of Mosque #00685B

Color information

#00685B (or 0x00685B) is unknown color: approx Mosque. HEX triplet: 00, 68 and 5B. RGB value is (0,104,91). Sum of RGB (Red+Green+Blue) = 0+104+91=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #00685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00685B is #FF97A4. Grayscale: #474747. Windows color (decimal): -16750501 or 5990400. OLE color: 5990400.

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

Color convert

RGB010491-
CMYK100.120.59
HSL172.5º100%20.39%-
HSV(B)172.5º100%40.78%-
XYZ6.8410.6611.59-
YUV71.42139.0477.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=0%
G=53.33%
B=46.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010491100.120.59172.510020.39
Hex0685B640C3Bac6414
Octal01501331440147325414424
Binary01101000101101111001000110011101110101100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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